Forum Discussion
Anonymous
6 years agoNot applicable
Error with csv files
Bonjour, je reçois 50 fichiers csv chaque jour qui sont stockés dans un sharepoint. Chaque fichier comporte 2 colonnes et 146 lignes. J'ai créé un flux de données pour lire les fichiers csv et e...
lbendlin
6 years agoSuper User
These are rather small files. What was your reasoning for doing this with a dataflow?
Are you aware that unless you you use direct query you need to refresh both your dataflow and dataset in order for the data to make it to the app/report?
I would recommend using a dataset instead, with the standard sharepoint folder processing .
Have a look at this similar thread
Anonymous
6 years agoNot applicable
Hello,
Thank for your answer.
I tried your solution.
Get CSV File function generates this error
Expression.Error: File import does not match any export. Did you forget a module reference?
And in the query, the CSV column contains ERROR
- Anonymous6 years agoNot applicable
Sorry, it's okay.
I had forgotten (File) => in the function.
I continue