i got the following error when dumping data from database to a file

10 views
Skip to first unread message

Jayaram Sudheer

unread,
Sep 27, 2012, 7:08:01 AM9/27/12
to activewareh...@googlegroups.com
Order required in mapping (ETL::ControlError)

The code is like this:::

source :in, {
  :type => :database,
  :target => :development,
  :database => 'ems_development',
  :table => 'user',
  :mysqlstream => true
},
  :username,
  :password,
  :email
]



destination :out, {
  :file => 'user.txt'
  
  
}

---thanks in advance--


Thibaut Barrère

unread,
Sep 27, 2012, 7:46:45 AM9/27/12
to activewareh...@googlegroups.com
Hello,

the answer is in the guide: search for ":order":


-- Thibaut
Reply all
Reply to author
Forward
0 new messages