loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 http://imgur.com/c9iQM0P This is what I got when I did via Json Source man.. I don't see the 8th column you are referring there as well... Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 9 minutes ago, k2s said: Either way ur prema-bharathadesam no sql always on lo w/o domain controller deploy cheyyocha ? What are other options for DC? WSFC emi chesthundi ? Witness valla use endi ? no dba man only dev man... wsfc is basically like the listener man... neeku 3 servers untey HA Group lo if one fails it will switch to second and so on man... witness donno man... never touched dba stuff man... wsfc kuda ela telsu antey now doing migration from internal to personal cloud ... appudu vinna idi from Microsoft dba's a couple of times.. Quote Link to comment Share on other sites More sharing options...
k2s Posted May 6, 2016 Report Share Posted May 6, 2016 2 minutes ago, loveindia said: no dba man only dev man... wsfc is basically like the listener man... neeku 3 servers untey HA Group lo if one fails it will switch to second and so on man... witness donno man... never touched dba stuff man... wsfc kuda ela telsu antey now doing migration from internal to personal cloud ... appudu vinna idi from Microsoft dba's a couple of times.. Find out more and learn and tell me no... learn on-prem migration to cloud procedure too... Quote Link to comment Share on other sites More sharing options...
BabuRa0 Posted May 6, 2016 Author Report Share Posted May 6, 2016 43 minutes ago, loveindia said: What are the 8 columns here man? listid, offset, totalcount, emailColumn, headers is array, data is an nested array of elements of data for headers... Kaadhu man data column lo unna fields parse cheyali we have 8 fields in that Quote Link to comment Share on other sites More sharing options...
BabuRa0 Posted May 6, 2016 Author Report Share Posted May 6, 2016 28 minutes ago, loveindia said: http://imgur.com/c9iQM0P This is what I got when I did via Json Source man.. I don't see the 8th column you are referring there as well... Yaa ipudu nuvvu filter vaadi data column ni select cheyyi so aa data column lo unna Fields ni parse cheyali Adhe ravatla Quote Link to comment Share on other sites More sharing options...
From_Hyd Posted May 6, 2016 Report Share Posted May 6, 2016 12 minutes ago, BabuRa0 said: Yaa ipudu nuvvu filter vaadi data column ni select cheyyi so aa data column lo unna Fields ni parse cheyali Adhe ravatla Lol even he doesn't know man Quote Link to comment Share on other sites More sharing options...
BabuRa0 Posted May 6, 2016 Author Report Share Posted May 6, 2016 14 minutes ago, From_Hyd said: Lol even he doesn't know man Poni neku telisthe cheppu man Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 33 minutes ago, BabuRa0 said: Yaa ipudu nuvvu filter vaadi data column ni select cheyyi so aa data column lo unna Fields ni parse cheyali Adhe ravatla http://imgur.com/O9r5WOn is this what you want man??? Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 21 minutes ago, From_Hyd said: Lol even he doesn't know man eyy evadra nuvvu erri p.... pulka I mean man... telistey cheppu lekapotey ledu naa meeda enduku nee yedupu... nee task kosam nenu money katti install cheskovalaa endi ippudu... 7 minutes ago, BabuRa0 said: Poni neku telisthe cheppu man ignore them man... Quote Link to comment Share on other sites More sharing options...
BabuRa0 Posted May 6, 2016 Author Report Share Posted May 6, 2016 2 minutes ago, loveindia said: http://imgur.com/O9r5WOn is this what you want man??? exactly dude Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 2 minutes ago, BabuRa0 said: exactly dude aa from_hyd erri puvvu gaadini piluv man ippudu... frankly speaking that data array is an array of arrays but didn't look as JSON element to me so I changed it to this. { "listId": "123", "offset": 0, "count": 2, "totalCount": 2, "emailColumn": 3, "headers": [ "_contact_id_", "FirstName", "LastName", "CommunicationAddress", "PatientMiddleName", "DischDate", "DischDispCode", "CommunicationKey" ], "data": [ { "_contact_id_":"l-0013:0", "FirstName":"abc", "LastName":"xyz", "CommunicationAddress":"email.com", "PatientMiddleName":"Joseph", "DischDate":"05032016", "DischDispCode":"1", "CommunicationKey":"guid" }, { "_contact_id_":"l-0013:0", "FirstName":"abc", "LastName":"xyz", "CommunicationAddress":"email.com", "PatientMiddleName":"Joseph", "DischDate":"05032016", "DischDispCode":"1", "CommunicationKey":"guid" } ] } Normal ga maaku JSON will be created by app dev's so memu exact ela kaavalo ala teeskuney vallam... I am not sure what stretch you have in your application area. See this JSON format and try if you can get it that way... or only way is urs antey need more time or have to see more man... Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 1 hour ago, k2s said: Find out more and learn and tell me no... learn on-prem migration to cloud procedure too... I Will ask ur fellow MSFT guys man.. they are working for our team on this... I will get you right answers or what I found out... Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 34 minutes ago, From_Hyd said: Lol even he doesn't know man neeku JSON full form aina telsaaa man... Quote Link to comment Share on other sites More sharing options...
BabuRa0 Posted May 6, 2016 Author Report Share Posted May 6, 2016 6 minutes ago, loveindia said: aa from_hyd erri puvvu gaadini piluv man ippudu... frankly speaking that data array is an array of arrays but didn't look as JSON element to me so I changed it to this. { "listId": "123", "offset": 0, "count": 2, "totalCount": 2, "emailColumn": 3, "headers": [ "_contact_id_", "FirstName", "LastName", "CommunicationAddress", "PatientMiddleName", "DischDate", "DischDispCode", "CommunicationKey" ], "data": [ { "_contact_id_":"l-0013:0", "FirstName":"abc", "LastName":"xyz", "CommunicationAddress":"email.com", "PatientMiddleName":"Joseph", "DischDate":"05032016", "DischDispCode":"1", "CommunicationKey":"guid" }, { "_contact_id_":"l-0013:0", "FirstName":"abc", "LastName":"xyz", "CommunicationAddress":"email.com", "PatientMiddleName":"Joseph", "DischDate":"05032016", "DischDispCode":"1", "CommunicationKey":"guid" } ] } Normal ga maaku JSON will be created by app dev's so memu exact ela kaavalo ala teeskuney vallam... I am not sure what stretch you have in your application area. See this JSON format and try if you can get it that way... or only way is urs antey need more time or have to see more man... idhi 3rd party app data man(email campaign data) so manam emi cheyalem we have to take as it is.. its ok man thx for ur time and help i will dig in more Quote Link to comment Share on other sites More sharing options...
loveindia Posted May 6, 2016 Report Share Posted May 6, 2016 nenu chustanu man interesting ga undi... now that we know what we want I will have some insight to do... is there no way you can modify JSON after you receive it either? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.