kumar0205

Joined

50 Experience
0 Lessons Completed
0 Questions Solved

Activity

I'm trying to run a script but facing the error, I'm pretty new to the rails console.

RAILS_ENV= qubole rails runner db/scripts/migrate_bulk_users_to_new_emails.rb /usr/lib/tapp2/db/scripts/migrate_api_jan06.csv >> /tmp/migrate_log.txt

And facing the following error:

Syntax errors detected :
syntax error, unexpected tREGEXP_BEG, expecting end-of-input (Line 1)

I'm not sure where the error is at all. Please suggest