Setting loadercli COMPRESSED format, question
"Aki Karjalainen" <[email protected]>
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <[email protected]> |
Hi. I'm trying to load table data with loadercli but I get error "Wrong separator/delimiter specification." It seems I'm not able to set CSV format correctly? My data (one row) looks like this: '19','user','user','0','0' And the command file looks like this: SET COMPRESSED '/'/,/' // DATALOAD TABLE PM_USER INSTREAM FILE 'mydata.dat' COMPRESSED