Forum Discussion
Ssibbett
3 years agoFrequent Visitor
Changing a data source in powerBI
I have a .csv file that was generated from a .parquet file. I want to change the source for the powerBI file from .parquet to the .csv. The columns for both files are exactly the same names and the...
- 3 years ago
So the problem is that the .parquet treats the null values differently than the .csv file. If anybody else does this samething look at how the nulls appear in each.
Anonymous
3 years agoNot applicable
Hi Ssibbett , I am concerned with this comment: "a .csv file that was generated from a .parquet file".
If you have successfully imported both files and they have different results, it suggests that the conversion from parquet to csv is not working properly.
In this situation I would the following options:
- Keep the parquet format because Power BI accepts this format
- Try to do a row by row, cell by cell reconcilation between the csv and parquet file.
With the latter, you need to compare to the nth decimal place because if the two files have the same number of rows, it is likely that value columns are being truncated during the conversion process.
Many thanks
Daryl