Skip to main content

Which fme attribute data type to use in the schema definition file, that dynamic writer will be using to output the ms access tables? When I am using fme_char(65,536 ) and fme_varchar(65,536), workspace truncates fields to 255 characters...

Try using the fme_buffer datatype, it's an unbounded string of characters.

Docs: http://docs.safe.com/fme/2019.0/html/FME_Desktop_Documentation/FME_Workbench/!FeatureTypeProperties/FME-Data-Types.htm


Try using the fme_buffer datatype, it's an unbounded string of characters.

Docs: http://docs.safe.com/fme/2019.0/html/FME_Desktop_Documentation/FME_Workbench/!FeatureTypeProperties/FME-Data-Types.htm

Thanks @david_r it works with fme_buffer


Reply