cancel
Showing results for 
Search instead for 
Did you mean: 

Import failure in .csv format

Former Member
0 Kudos

Hello,

I am trying to import cost center data into CLM system thru a scheduled task the file is in .csv format.. During the import I get the error the 'data type' is unknown or it is missing 'DataType[...].

I have used the data type as #DataType[masterdata.CostCenter] in the first line of the csv file.

But when I try to import manually the import is succesfull.

Please help.

Thanks,

Arahanth

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

The format of that first line for scheduled task import should be:

#DataType[masterdata.CostCenter]

The manual import worked because you must define the data type during the import process.

Alan

0 Kudos

just saw mu post above and it seems this forum replaces square brackets with a URL.

#DataType[[masterdata.CostCenter]]

0 Kudos

One more try:

#DataType\[masterdata.CostCenter\]

Edited by: Alan Salgado on Mar 1, 2011 12:54 PM