I can read it using file component and put the data in lists .
But now I need to convert the text I get from file to json so that to use the dictionary to create the lists …as it’s a fast option other than csv file ..
here are a smaple of my csv files used ..
I want to use blocks to convert the text into json so to be used in the app in lists after that but using json not any thing else. ..