You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
status: failed, completed
totalRecs: number
processedRecs: number
failedRecs: number
errorDetails:[
{
rowNumber: number
error: string
originalRow: string
},
{
// execptions not linked to a record.
error: string
}
]
}
If job runs to completion:
if some records failed
set status to failed.
if no record failures or any other errors
set status to complete
How the report is extracted by web.
Writes report to end of std after a run.
Web will deal with exceptions(scenarios that make the importer exit without a proper response)
Agree on proper delimitation of said report.
Wrap report between 2 lines of 60 equal signs(=). ============================================================
from web I would like to be able to read the importer's output easily parse it and tell:
Related: #140
The text was updated successfully, but these errors were encountered: