Sworios
Sworios

Reputation: 37

Talend string max length

With Talend Data Integration , I read a csv file. I make a transformation with a tmap and I write in another file. My fields must not exceed 40 characters. My repository I set length to 40, but I have no warning when my chain beyond .

What to do?

Upvotes: 0

Views: 2557

Answers (1)

ydaetskcoR
ydaetskcoR

Reputation: 56987

You should use a tSchemaComplianceCheck component to filter out rows of data that don't match your defined schema.

Upvotes: 1

Related Questions