Create Json from selected row data of Json
Create Json from selected row data of Json
richapathak
Posts: 6Questions: 4Answers: 0
Hi,
I need to convert Simple string data in json. I am able to get data of Selected row. But i need to convert it in Json.
I need to convert Below string in json
1,Nancy,Davolio,Sales Representative,507 - 20th Ave. E.
Apt. 2A,12/08/1948,2,Andrew,Fuller,Vice President, Sales,908 W. Capital Way,02/19/1952
below is the screen shot of my screen.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Something like this would work
Thanks.. This is what i want