Breaking data into two (or more) strings...

More
12 years 6 months ago #1971 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

Please Log in or Create an account to join the conversation.

More
12 years 6 months ago #1972 by admin
Hi

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.