How do i use the CSV parser?
-
Can someone please tell me how i can go about using the CSV parser in FL-Dev. I understand that i put a whole lot of info into a spreadsheet and the use the tool plus a template to spew out the .ini file i want but all my attempts of using this result in my template being repeated over and over again in the resultant file. Because there is no help file with FL-Dev i have no idea what im supposed to do. So any help would be great.
Ozed.
-
What are you attempting to achieve exactly? I can’t help you if I don’t know more.
-
Right sorry, at the moment i’m going to be making Good entries for all of the vanilla power plants, so thats what i’m trying to do atm, after doing all the engine entries by hand i am really looking for an easier way so basically i’m looking for a 101 in CSV parsering.
Thanks
Ozed. -
Well once you’ve entered all the power plants in your spreadsheet, one per line, you just export the spreadsheet page as a CSV and make a simple template following a [Power] block?
When it’s done it’ll have the whole spreadsheet plugged into a single INI file. I’m not sure I get the problem here.
-
You haven’t specified the column names. It can’t guess them
nickname = {{nickname}}
Etc.