Add mechanism to keep badly formatted rows #2363
fabricedupre
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am extensively using GetRecords
Unfortunately, I have some badly formatted CSV (but only 1 row out of 1000). I would like to keep the badly formatted row.
It could be for example in a specific property or using a dedicated interface, the target object should implement.
By doing so, I could at least have the properly formatted fields, and all the rest in a "garbage" property.
Beta Was this translation helpful? Give feedback.
All reactions