Hi! please help I just need to print data to stout
/usr/bin/ndb_restore -b 1 n 3 --print-data --print-log --append --tab=/root/ --fields-enclosed-by="" --fields-separated-by="," --lines-terminated-by="\n"
When I try to execute this command date node 3 I get this error.
Backup Id = 1
/usr/bin/ndb_restore: unknown variable 'fields-separated-by=,'
NDBT_ProgramExit: 2 - Wrong arguments
All I need is data only. Please tell me what's wrong with above command thanks.
/usr/bin/ndb_restore -b 1 n 3 --print-data --print-log --append --tab=/root/ --fields-enclosed-by="" --fields-separated-by="," --lines-terminated-by="\n"
When I try to execute this command date node 3 I get this error.
Backup Id = 1
/usr/bin/ndb_restore: unknown variable 'fields-separated-by=,'
NDBT_ProgramExit: 2 - Wrong arguments
All I need is data only. Please tell me what's wrong with above command thanks.