How do I display CSV data?

282
1
05-29-2025 07:21 AM
allyf
by
Emerging Contributor

I have a csv file containing dates and values and I have that set up to update automatically with PAD. I want to just display the data from the csv file on my survey (so it can be used as a reference when filling out questions). I could reformat the data to be on one column if needed, but I couldn't condense it to one row. Any help is appreciated!

0 Kudos
1 Reply
DougBrowning
MVP Esteemed Contributor

Some ideas. 

Add \n or <br> to your csv values then it should list vertically.  You will probably have to do this in a label as a calculation wont do the html part.  To do this have a hidden calc to pull the csv values then put that field in the label of a note field.

Other funky idea I have is to use search appearance in a select multiple and make it read only?