etl - Source in my SSIS package isn't picking the float values with preceding zeros -


I have a package that takes the source as a text file and has a article The column is the source. It is numerical and has a float in the destination, so if a value comes to 0000123 then it goes to destinations like 123 (before zero).

However, in the same package, the same stuff in a different column is the numerical source and float destination but the value of this column in the source is before zero, it fails.

Example -

  • 123 will be loaded in destination
  • 0123 will not be identified and will fail on the source

    Can any of you please help me? How do I fix it.

    Did you confirm that the columns which are failing have any leading or back "white The location is not "

    This column will fail because it is trying to change the numerical white space form.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -