How to force string type on Reading Csv Reading Node or Excel Reader Node?

@Felipereis50 you can take a look at this approach. Reading it all as a fixed width. splitting the columns by the separator (that has to work properly) and then splitting the first line as headers and inserting that.

Also, there is an example in there just using Python :slight_smile:

1 Like