Automatically calling import spec?

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I have created an import spec.

Where or how do I call it?

-----
Right now. I have a macro set up that is called from my
switchboard.
The macro has 3 steps:
1) ACTION: RunApp COMMAND LINE: buildInvoiceFiles.bat
c:\InvoiceTracker\Invoice\buildInvoiceFiles.log
calls a batch (DOS) script that goes and gets the
necessary data from a different application. Calls a
java app that formats the data so that it is ready
for import (It creates the .csv file that you have
been helping me load).

2) ACTION: RunCommand COMMAND: Import
Which I have been manually entering all the spec
information. This is where I hope to use your info
to automatically load the .csv file.

3) ACTION: RunApp COMMAND LINE: CleanUp.bat
Cleans up all the old input data.
-----

I haven't been able to add the information you provided to
the macro (I may be trying to do it wrong).
And I don't have any code Modules set up so I don't know
where to place this code or how to call it.

Thanks again for you assistance.
 
Brian said:
I have created an import spec.

Where or how do I call it?

Click on the advanced tab when you create the spec and save it with a
specific name, then use it in transfertxt
 
Back
Top