Forum Discussion

zaminator's avatar
zaminator
New Member
2 years ago
Solved

Unable to append data to data to Data Table from CSV file

I have uploaded some CSV files to my Lakehouse, all CSV files have same structure. I created a Data table by using "Load Data to Table > New Table" option. then I added content of another CSV file by...
  • zaminator's avatar
    2 years ago

    No, Actually i tried to push the data of a CSV file into my Managed Table, but i couldn't. Every time I try to append data it ends up in unidentified area.

     

    I will try some work-arounds separately loading the content of CSV file into a delta table then i can try to append the rows of new table to existing table, instead of directly appending the content from CSV to delta table.