- Issue created by @tostinni
- πΊπΈUnited States andileco
Need to sit and think about the API, but wanted to alert you to https://drupal.org/project/views_csv_source, which we are going to have in really good shape by the end of the week.
We have a case where the user will upload some CSV that will contain some extra rows with title and legend and we would like to being able to filter them out.
I tried using hook_chart_alter()
but it presents datas that are already digested and are now incomplete as the imported misinterpreted the title in my CSV and retrieved only one data label instead of many.
Thus the data is lost during this step.
Is there a better way to exploit the raw data from the CSV import before it's getting crunched and arrive at this hook level ?
Thank you
Active
5.0
Code
Need to sit and think about the API, but wanted to alert you to https://drupal.org/project/views_csv_source, which we are going to have in really good shape by the end of the week.