I recently noticed that the Filepicker component has been deprecated. In my current project, I extensively use the filepicker.parsedValue
feature for CSV file loading in various functions.
After exploring alternative file components, I've found that none of them offer a similar parsedValue
option. This functionality is crucial for my workflow, particularly when handling CSV files.
Would it be possible to implement a parsedValue
feature in one of the current file components?
Thanks