TabularEditor3 icon indicating copy to clipboard operation
TabularEditor3 copied to clipboard

A few M code samples that TE3 is unable to natively infer column schema from

Open otykier opened this issue 3 years ago • 0 comments

When the following code is used:

image

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.

image

But I wanted to declare one column as a number. When trying to update the above by using this code, and updating the schema: image

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: image

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

otykier avatar Jan 07 '22 11:01 otykier