Description:
First task purpuse: throw crear error when specified URI does not return .csv file (currently - timeout error)
Second task purpuse: currently action may try to read incoming non csv attachment, obviosly it does not return something usefull:
{
"test csv header": "%PDF-1.4"
}
So we may add this error handling for case when user tries to pass something that is not csv attachment by mistake
Description: First task purpuse: throw crear error when specified URI does not return
.csv
file (currently - timeout error) Second task purpuse: currently action may try to read incoming non csv attachment, obviosly it does not return something usefull:So we may add this error handling for case when user tries to pass something that is not csv attachment by mistake