cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi, do you know the meaning of the parameter 0 and -1 in an impex export?

0 Likes
381

"#% impex.setTargetFile( ""Orders.csv"", false, 0, -1 );"

Best regards,

Accepted Solutions (1)

Accepted Solutions (1)

andyfletcher
Active Contributor
0 Likes

They are linesToSkip and offset

They are used to generate the includeExternalDataMedia line in the exported media..

The javadoc for the impex object has more detail

For export the impex object is a de.hybris.platform.impex.jalo.exp.Exporter

For import the impex object is a de.hybris.platform.impex.jalo.ImportReader

Answers (1)

Answers (1)

0 Likes

Thanks a lot for your answer.

Have a good day.