I want to generate the text from tabular data for each row, so what do you think is the best format for passing the input
#2
by
komalpasumarthy
- opened
I want to generate the text from tabular data for each row, so what do you think is the best format for passing the input is it "column name1 : value1 | column name 2: value2......" or is it something like "column name1 | column name2 | .... value1 | value2 | ...."