I am trying to dump data, in a .csv file for a single customer out of ARCUSTOMER and ARCOMMENTS. What is the correct syntax if the dataid is prod9 and the key fields are company=1 and customer=4059?
So far I can get it on screen but I need it in a .csv file. I have rngdbdump -c arcustomer -v company=1 customer=4059. Where do I put the name of the file I want to dump to?
Thanks in advance for any help.
Interesting... We don't have that table so I tried the exact syntax your using on cucodes and it worked fine. Not that it helps you much but at least you know the syntax should be correct.
Did you copy and paste the command from anywhere? I've read that the "-c", if using a copy and paste will produce that error.
No problem.... Glad to help!
trying to run rngdbdump -c gltrans -v obj-id=163 > filename.csv
but getting "Extra Parameter Not Understood"
i am typing it, not pasting and also in Windows, not Unix