a question was just received that I thought would be interesting to share here with others on Community.
exporting data from Tables to a CSV can be useful to have the data locally so it can be used with MS Excel or other spreadsheet tools. here’s a quick guide on how to use this feature:
Does Tulip have a method or function to read csv file and store some contents of csv file into variable in trigger? just like pandas provide to_csv funciton.
sometimes, operator may have one csv file need to be loaded into tulip table. and I plan to write statement in trigger to read the content in CSV file and save them into tulip table.