How are fields mapped during import ? RAD- file.import.new

Hi,

We have a scripts which use the RAD file.import.new with Names: record and Values: $L.sch and in Pre RAD statements it has below lines defined:

$L.v=rtecall("rinit", $L.rci, $L.sch, "schedule")

name in $L.sch="Import - GSDNA";application in $L.sch="file.import.new"

strings in $L.sch={"/v/campus/servicecentermacfeed_na.dat", "GSDNAimport", "GSDNAimport"}

This script is used by a scheduler which runs on daily basis. 

Can someone tell me how and where are the fields mapped that imports data from the .dat file and adds to the GSDNAimport table.

Basically which table is used to map fields during scheduled import.

Currently i am getting error as: Unrecoverable error in application:  file.import.new on panel select.import

 

Thanks & Regards,

Ayushi Jain

Parents Reply Children
  • 0 in reply to   

    Simon, I searched the import table earlier , but there is no import descriptor.

    So i am not getting how the data is getting synced in the table on daily basis.

    If you see my first post i have given few details. There is a scheduler running daily which calls a script and that script has the .dat file location. But where is the mapping done ?

    I am trying the same functionality in different env. But i am getting the error: Unrecoverable error in application:  file.import.new on panel select.import

  • 0 in reply to   

    Hi Simon/ any experts,

    Can someone help me on my below query pls. I am still getting this error: Unrecoverable error in application:  file.import.new on panel select.import

    thanks.