It's just a question if there is an exposed pure function that takes .csv file and parses it.
According to docs I only see the CSVReader. I use my own element to browse and upload files so I only need a function for parsing, but I can't find it in docs. I see only readString, jsonToCSV, readRemoteFile but nothing like csvFileParse or something similar.
It's just a question if there is an exposed pure function that takes .csv file and parses it.
According to docs I only see the CSVReader. I use my own element to browse and upload files so I only need a function for parsing, but I can't find it in docs. I see only readString, jsonToCSV, readRemoteFile but nothing like csvFileParse or something similar.