Hello,
How do I filter a csv file that I am loading into a scrollview?
For instance I have a csv file that has dates / data for the whole year and I would like to load only the values for a single month instead of the whole year (or some other variable).
Which leads into the next question, is there a wildcard option that is supported?
Currently my 'Date' values are in the context of "01/01" (don't need the year value for right now). If there isn't a wildcard option I guess I could separate the date values into different columns.
And where would this be the most optimized?
Thanks
How do I filter a csv file that I am loading into a scrollview?
For instance I have a csv file that has dates / data for the whole year and I would like to load only the values for a single month instead of the whole year (or some other variable).
Which leads into the next question, is there a wildcard option that is supported?
Currently my 'Date' values are in the context of "01/01" (don't need the year value for right now). If there isn't a wildcard option I guess I could separate the date values into different columns.
And where would this be the most optimized?
Thanks