Hi
I am import item entries into the item journal table... the import seems to go through without any errors but nothing appears in the journal lines?
It is a basic CSV format and the journal header does exist.
There is no code behind this dataport - all very straightforward, but do In need to specify some code to actually say 'import'
Any ideas?
Thanks
Fleur
0
Comments
If your CSV file doesn't contain errors, then you can check some things
in your dataport:
1: Dataport properties: Import = Yes
2: FieldStartDelimeter and FieldEndDelimiter = <None>
3: FieldSeperator = ;
4: FileName = "your CSV file"
5: FileFormat = Variable
6: The correct dataportfields are filled in. (View => Dataportfields)
If this doesn't help you, in the download section you can download
a dataportgenerator. With this tool you can create any dataport you like.
MaikelJ
When you say that nothing appears in the journal lines, do you mean that nothing appears in the journal form or that nothing appears in the Item Journal Line table? If you haven't tried running the table, it might be worth checking. If the Journal Template Name or Journal Batch Name is missing or incorrect in the *.csv file then maybe the lines have been imported into the table, but are not being filtered out in the form.
Hope this is helpful.
Lead Consultant
Theta
It seems to appear in the table but not on the form???
Thanks
:P
Rec.VALIDATE(field name, value);