Hi. I’m venturing into custom widgets and I see there is a CSV Create one. Could someone please walk me through how this custom widget works?
I ask because I’m wondering if it would be useful for an app in which I want to generate a report from Tulip.
The CSV Create widget is a simple example custom widget. It takes the data you pass into its props and turns it into a CSV formatted text string. It does not create or download a file by itself. You can store the text in a variable, pass it to a connector, or use it inside your app. If you want to generate an actual CSV file for a report, the usual method is to use a connector or write your own widget logic. If you want to use the existing widget, it is helpful for formatting text as CSV inside the app.