- Posts: 18
- Thank you received: 0
ETL tool
12 years 2 months ago #3264
by Emile
Hi
I am having a couple of issues with your ETL tool
The first is that Im struggling to get a transformation to work from within a package. The transformation works perfectly when run on it’s own but fails within the package. It is supposes to append every file in a folder into an oracle table. As mentioned above, run on it’s own it does this, however when I call it in a package it only looks at the first file it comes across then stops.
My second issue is to do with file operations. I cannot seem to get the tool to rename, move or copy .txt files all these functions work perfectly for xls files but just fail if I try to do anything with a txt
Hope you can help
Many thanks
Emile
I am having a couple of issues with your ETL tool
The first is that Im struggling to get a transformation to work from within a package. The transformation works perfectly when run on it’s own but fails within the package. It is supposes to append every file in a folder into an oracle table. As mentioned above, run on it’s own it does this, however when I call it in a package it only looks at the first file it comes across then stops.
My second issue is to do with file operations. I cannot seem to get the tool to rename, move or copy .txt files all these functions work perfectly for xls files but just fail if I try to do anything with a txt
Hope you can help
Many thanks
Emile
Please Log in or Create an account to join the conversation.
12 years 2 months ago #3265
by admin
Mike
ETL Architect
Replied by admin on topic Re: ETL tool
1 Using latest version
Here is the log for package "Import from multiple files" (example provided by us)
Information 16/07/2011 18:18:19 Starting Transformation...
Information 16/07/2011 18:18:19 Preparing Writers...
Information 16/07/2011 18:18:19 Writer: {Orders Table},Writer { Orders Table } Is Ready
Inserted : 10000 Record(s)
Updated : 0 Record(s)
Deleted : 0 Record(s)
Errors : 0
Here is the log for package "Import from multiple files" (example provided by us)
Information 16/07/2011 18:18:19 Starting Transformation...
Information 16/07/2011 18:18:19 Preparing Writers...
Information 16/07/2011 18:18:19 Writer: {Orders Table},
Mike
ETL Architect
Please Log in or Create an account to join the conversation.