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...
Page 1 / 1
Try using the fme_buffer datatype, it's an unbounded string of characters.
Try using the fme_buffer datatype, it's an unbounded string of characters.
Thanks @david_r it works with fme_buffer