Hi @JettyRo ,
Here are a few tips I would suggest:
Check the file data manually, if possible. Since you're importing from Azure Blob, the file is likely in CSV or Parquet format — let's assume it's a CSV.
Open the file and verify the delimiter used, the column structure, and whether there is a hea...