Get Column Names from Uploaded CSV File

Hey there!

First important thing is to enable file parsing on the file Input element.
image

Once file is added you can reference the values using JavaScript. I've provided an example of how you would extract comma separated values for the header.
image
image

Let me know if this helps!

1 Like