SSIS SQL Server Integration Services - convert string to number, replace special characters
Type conversion
- Use data conversion component
- Select desired type from data conversion component
Replace special characters
1. Use delivered column component
2. Use formula expression to replace special charaters f.e REPLACE( [Target qty] , "-","0" ) replaces "-" with 0
No comments:
Post a Comment