Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have the CHI Fixer force the column type to varchar(10) [Leandro] #4

Open
RoyMudie opened this issue Nov 23, 2021 · 1 comment
Open

Comments

@RoyMudie
Copy link

When importing a CSV file with CHIs that do not have a leading zero, the type guesser will most of the time guess the column type to decimal(10,0).

This can be fixed by avoiding the strongly typing from the source or by specifying an explicit type. However, it would be good if the CHI fixer component could also force the type so that this is transparent for the user and the pipeline can be reused more easily.

https://jira.hic.dundee.ac.uk/browse/RDMPSUP-134

@tznind tznind transferred this issue from HicServices/RDMP Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants