I have a excel workbook 3000-6000 lines in cell "A2"&"B2" is the file name that i need to export as saved file FilenameA2B2.json. In cell "F2" "H2" and few cells in the row is data I need to insert into a for
Insert into a script that looks like
{ "Auto" : { info, info,}{
Info: "F2"(from excel)
Media: "H2"(from excel) }
more script
Need to create 6000 unique files
Based purely on the limited information you've given us above, I've drafted up the following which might help you along the way.
As Nick pointed out though, the
filetextstring might want tidying up if you're expecting a json reader to parse this later on.