- Posts: 12
- Thank you received: 0
Breaking data into two (or more) strings...
12 years 6 months ago #1971
by Paul
Breaking data into two (or more) strings... was created by Paul
Hello
I am new here.
:blink:
I have data in a field like this:
{house, post code}
house1, postcode1
house2, postcode2
house3, postcode3
house4, postcode4
and I want to load it to a new DB that has house and post code as SEPARATE fields
How can I separate this data and load it to two separate fields?
Paul
I am new here.
:blink:
I have data in a field like this:
{house, post code}
house1, postcode1
house2, postcode2
house3, postcode3
house4, postcode4
and I want to load it to a new DB that has house and post code as SEPARATE fields
How can I separate this data and load it to two separate fields?
Paul
Please Log in or Create an account to join the conversation.
12 years 6 months ago #1972
by admin
Mike
ETL Architect
Replied by admin on topic Re: Breaking data into two (or more) strings...
Hi
You can use splitter transformation for that.
You may also need trimming spaces from the second field
Mike
You can use splitter transformation for that.
You may also need trimming spaces from the second field
Mike
Mike
ETL Architect
Please Log in or Create an account to join the conversation.