Skip to main content
Nintex Community Menu Bar
Question

data source csv table

  • July 11, 2024
  • 2 replies
  • 2 views

Forum|alt.badge.img+14

Can a data source be configured to connect to a .csv file?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+20

You could maybe do it with flex.io and connecting to the data using a Skuid data source.
https://www.flex.io/docs/tutorials/create-an-api-endpoint-from-a-csv-file-in-a-cloud-storage-service


Forum|alt.badge.img+17
  • Nintex Employee
  • July 11, 2024

Not CSV - but we convert CSV’s to JSON files all the time and store them in Github - and use a REST connector to get at them. Works great. 

On Skuid platform you can store the JSON file in the 'FILES" section of the admin and get at them there.  All the platform sample pages at https://portal.skuidsite.com/designsystem/samplepages  are built this way.  You can install any of these in your own skuid platform instance and see the magic.