GitHub user bamaer added a comment to the discussion: How to Validate CSV/XLSX Files for Field Names and Data Types in a Transform?
You might want to look at the [Static Schema Definition](https://hop.apache.org//manual/latest/metadata-types/static-schema-definition.html). This allows you to set a schema for e.g. a Text File Input and use that as the file layout. There's also a [Schema Mapping](https://hop.apache.org//manual/latest/pipeline/transforms/schemamapping.html) transform that lets you map a stream to a Static Schema. GitHub link: https://github.com/apache/hop/discussions/5121#discussioncomment-12701820 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
