-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
acceptedAccepted for implementationAccepted for implementationenhancementNew feature or requestNew feature or request
Description
Background
cobrix converts the data to native type ( decimal, integer etc.,) based on the copybook information.
Feature
having an option of just dividing the record to columns and having them in string format(as it is , without any trimming) instead of converting to native type would be helpful and provide the below benefits
- if there is discrepancy between data and copybook , having all columns in string type would help in debugging issues
- can be helpful to do Data Quality by downstream applications and reports issues (currently invalid data becomes null by spark)
Example [Optional]
A simple example if applicable.
Proposed Solution [Optional]
Solution Ideas
- one approach could be handling this using option("debug","original")
Metadata
Metadata
Assignees
Labels
acceptedAccepted for implementationAccepted for implementationenhancementNew feature or requestNew feature or request