View Single Post
Posts: 6 | Thanked: 0 times | Joined on Apr 2010
#143
Hi,

I'd first like to thank those who contributed into the development of the importer. It would truly help me.

I came across a problem though. I've typed in

cd /home/user
cp MyDocs/smsimporter MyDocs/sms.csv .
chmod +x smsimporter
run-standalone.sh ./smsimporter sms.csv

but it gives no response. It just takes me to the next line. What could be the problem?

If I type run-standalone.sh ./smsimporter only, it gives me this,
Usage: smsimporter <input csv file>
ex. smsimporter backup.csv

It's telling me to do exactly what I did before where I received no response.

The delimiter I am using is a semicolon which got rid of the segmentation fault. So what could be the problem here?

I'd really appreciate help on this matter.

Thank you!