| inputlookup file1.csv
| field1 | field2 |
| 1 | a |
| 2 | b |
| 3 | c |
it is necessary so
| 1 | 2 | 3 |
| a | b | c |
help! Thanks
Hi @gitingua
| inputlookup <lookup_name> | transpose | fields - columnyou can rename 'row 1', row2 etc to desired ones
--
An upvote would be appreciated if this reply helps!
Have you looked at the transform command?
Hi @gitingua
| inputlookup <lookup_name> | transpose | fields - columnyou can rename 'row 1', row2 etc to desired ones
--
An upvote would be appreciated if this reply helps!