TabularEditor3
TabularEditor3 copied to clipboard
A few M code samples that TE3 is unable to natively infer column schema from
When the following code is used:
TE allows me to set the data type with M-code. However, when multiselecting tables and updating schema, TE returns that I have multiple partitions. When single-selecting this table with the above M-code, it returns no issues with the schema detection.
I've used a simpler version of this M-code earlier, without declaring data types as described in this blog-post.
But I wanted to declare one column as a number. When trying to update the above by using this code, and updating the schema:
TE says that the column is deleted (this code however works in Visual Studio).
Therefore, in an attempt to get data type declared I resorted to the first code I posted:
And it worked - until I tried to update the schema in bulk. Does this make sense to you?
Originally posted by @yeykawb in https://github.com/TabularEditor/TabularEditor3/discussions/336#discussioncomment-1924195