Text input tool equivalent

In Alteryx, I can use a text input tool to add small datasets right on the canvas, like mapping files. Or datasets for testing, where I can quickly edit values. Is there a text input tool for Prophecy?

Hi @vaishali1, you can use a seed table to do this in prophecy!

Bring a table gem onto your canvas and select seed

Then, type in your data in csv format (for this example, I only had one column)

As you’re building the pipeline, you can go back to the seed and edit the text data as needed for testing :slight_smile:

1 Like

Something I find very helpful too is that you can drag and drop a csv into the properties window. This is handy if you already have data in csv format or want to create you data elsewhere first.

You can see the message at the bottom of the screen that notes this as well.
”Enter data in CSV format. Click here to upload a CSV file or drop it on the editor.”

1 Like