- Posts: 8
- Thank you received: 0
Excel file with a cell that contains 6k characters.
12 years 5 months ago #2264
by Carlos
Excel file with a cell that contains 6k characters. was created by Carlos
Hi
I have an Excel file with a field that contains 6k characters.
The Oracle 9i Varchar2 field that I have this Excel field mapped to is set at 4k.
I have created a new Oracle field of Varchar2(4000) and am trying to use the splitter to put the first 4k characters into the first field and the remaining characters into the second field.
I can't use the transformer as the GUI doesn't allow me to widen the cols enough, so I am trying to tweak the template bit.
Any ideas on what else I can do?
Kind regards,
Carlos
I have an Excel file with a field that contains 6k characters.
The Oracle 9i Varchar2 field that I have this Excel field mapped to is set at 4k.
I have created a new Oracle field of Varchar2(4000) and am trying to use the splitter to put the first 4k characters into the first field and the remaining characters into the second field.
I can't use the transformer as the GUI doesn't allow me to widen the cols enough, so I am trying to tweak the template bit.
Any ideas on what else I can do?
Kind regards,
Carlos
Please Log in or Create an account to join the conversation.
12 years 5 months ago #2265
by admin
Mike
ETL Architect
Replied by admin on topic Re: Excel file with a cell that contains 6k characters.
Carlos
I would just use 2 substring's instead of splitter I think it is just easier in your case
Peter
I would just use 2 substring's instead of splitter I think it is just easier in your case
Peter
Mike
ETL Architect
Please Log in or Create an account to join the conversation.
12 years 5 months ago #2266
by Carlos
Replied by Carlos on topic Re: Excel file with a cell that contains 6k characters.
Excellent – thanks for your help.
Kind regards,
C
Kind regards,
C
Please Log in or Create an account to join the conversation.