TC Input Path on UNIX

sean_gilbert

Well Known Member
I have successfully used Table Conversion to select a flat file residing on a
Windows operating system.

I now have to write a table conversion to select a flat file which resides on a
Unix Box (The Enterprise Server)

I don't think I can use the same type of windows path structure for the input in
my Table Conversion Wizard.

Any Ideas on how to use flat files stored in UNIX as my input to Table
Conversion?


Sean Gilbert
PricewaterhouseCoopers
1550 Ampère, Suite 401
Boucherville, QC J4B 7L4
Tel: 514.201.5001 x3619
Fax: 450.655.0163
----------------------------------------------------------------
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you received this in error, please
contact the sender and delete the material from any computer.
 
We use TC with the same path structure for Windows and Unix. You have to
make sure that the directory structure is the same under Windows and Unix.
For example: I create the path on my D: drive (Windows)
D:\home\accrec\ftp\in\filename.ext. On the Unix box the same path exists.
When you code the TC specify the input path with forward slashes
/home/accrec/ftp/in/filename.ext. When running this locally Windows
interpret the forward slashes correctly. Works on the Unix box with the
forward slashes.

Remember that if you change the input file in a TC you loose your mappings.
Hope this helps
Hester

>

boertjie
 
Back
Top