Reply to comment

Lucjan Wilczewski's picture
Lucjan Wilczewski - Tue, 27/10/2009 - 11:05:

@Mike D
Of course you can use dataflow for custom modules. Basically in the examples above dataflow/convert_adapter_io will read any file, dataflow/convert_parser_csv will parse any data from csv file, and the only part that tells rows of data are going to be used to populate products are the adapter and method variables defined within dataflow/convert_parser_csv. You can create your custom adapter with for example saveRow method and within this method create new objects of whatever class you wish.

Reply

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options