Size of CSV?

WorldJDE

WorldJDE

Well Known Member
Hello All,

Is there a limit for the number of lines that the exported flat file will have while export to flat file through table conversion. I created a TC that is being called from a driver UBE and data being exported to fat file is coming on the basis of PO values specified in the driver UBE.
If i see in the backend there are lakhs of records for the same selection but the records exported show only 8000 lines. All the remaining lines are ignored.
Is there any limit that the flat file can have a particular number of lines.

There is no other selection in the TC that can limit the records to 8000.

Any idea, why this is happening?
Thanks in advance.

Release: B9

Regards
WorldJDE
 
if 8001 line contain any error in the CSV (like missing Delimiter) , then JDE stops executing from that line

once check the "print queue" and debug the TC ,it may help you
 
Back
Top