You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: