CSV with spaces in headers

Just a share…

Been playing around with importing csv files and basically generating tables. Here is a notice:

CSV with headers that have a space aka “First Name” gets generated as [‘First Name’] but the data is blank in the table cell … while “FirstName” is not.

Clicking on the cell dynamic attributes and picking the data again makes it display – Although it adds an underscore _[‘First Name’]

It can easily make you go down a debugging rabbit hole thinking a typo is somewhere.

Cheers
JD

2 Likes

I have the same issue.
image
Did you ever get this resolved?