The following works as expected.
./bq --nosync load -F '^' --max_bad_record = 30000 myvserv.xa one.txt ip: string, cb: string, country: string, telco_name: string, ...
1) But how can I send two csv files one.txt and two.txt to the same command?
2) I can not file cat and then pipe | for the bg command?
3) What does the nose mean?
source
share