I'm trying to import a text file into an MSI cell, but Orca's option to do so is disabled.

enter image description here

My file isn't read only or in use. How can I enable that option?

有帮助吗?

解决方案

Only unbounded string columns (String[0]) are compatible with the Insert Text File option. Other column types - even String[255] - don't accept (and won't truncate) arbitrary-length text.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top