So I received a text file to create an API and in this text file I have an example similar to this id,first_name,last_name 1,John,Smith 2,Charlie,Sheen The list goes on with about 100+ rows. Is there a way to organize this programmatically? I don’t want to manual write this into json format I’ll take java, C#, […]
The post Programming string to array/list appeared first on BlogoSfera.