Forum Discussion
Importing from Survey Monkey
- 1 year ago
Hi ebjim,
Even though you converted columns to Text in Dataflow Gen2, the underlying data might still be nullable or contain mixed null values, and when writing to a Lakehouse Delta table, this often causes the data to silently fail to persist, especially if:
-
The schema inference in Delta Lake cannot reconcile inconsistent or null-only columns.
-
Data type promotion or conversion fails without error surfacing clearly.
-
Blank rows are considered "valid" but not written as expected due to schema enforcement.
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query
-
@ebjim, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query