Forum Discussion
Help Convert unstructured data to tables in Fabric
I'm starting to use Microsoft Fabric, I have a question with an error that appears when I try to convert an unstructured data into tables (From CSV format to Table), this is the message that the Fabric throws at me {"name":"TypeError","message":"Cannot read properties of undefined (reading 'indexOf')"}.
I'm currently using the 30-day free trial, which allows you to use all the features of a PRO account.
Some of you have some idea why you throw this error at me.
1 Reply
- AnonymousNot applicable
Hi gerardo212 ,
The error message typically suggests that there's an issue with the code or process that's trying to read your CSV data. Could you please check the following info?
1. Please ensure that your CSV file adheres to the proper format, with consistent delimiters and properly quoted values as necessary.
Name, Age, Email Danie, 30, [email protected] Helen, 25, [email protected]2. Make sure your CSV file includes headers and ensure that the headers are correctly formatted and there are no empty columns or duplicated column names.
3. If some rows in your CSV have missing data or inconsistent numbers of columns, this might cause issues when trying to convert to a table.
Best Regards