Answer the question
In order to leave comments, you need to log in
What tool to use to populate a template (text file) with data from a table (csv)?
There is a table like this:
Class, Group, Value
ClassID_1 , GroupID_1 , Val_1
ClassID_1 , GroupID_1 , Val_2
ClassID_1 , GroupID_2 , Val_3
ClassID_2 , GroupID_3 , Val_4
ClassID_2 , GroupID_3 , Val_5
ClassID_3 , GroupID_4 , Val_6
ClassID_3 , GroupID_5 , Val_7
ClassID_3 , GroupID_5 , Val_8
Some static text
ClassID_1 and ClassID_2
Some static text
| class | group | value
| ClassID_1 | GroupID_1 | Val_1
| ClassID_1 | GroupID_1 | Val_2
| ClassID_1 | GroupID_2 | Val_3
| ClassID_2 | GroupID_3 | Val_4
| ClassID_2 | GroupID_3 | Val_5
Some static text
Some static text - ClassID_1
Some static text - GroupID_1
Some static text - GroupID_2
Some static text - ClassID_2
Some static text - GroupID_3
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question