IRC logs for #farmOS, 2020-10-10 (GMT)

2020-10-09
2020-10-11
TimeNickMessage
[05:05:43]* phantomse[m] has quit (Quit: Idle for 30+ days)
[12:02:02]* gunter[m] has quit (Quit: Idle for 30+ days)
[13:31:07]<zedrickr11[m]>mstenta: Hi Mike, I implemented a custom module in FarmOS, with certain tables, but now I need to create an import module, I would like to use feeds like you did in FarmOS for assets and logs, how could I create it?
[16:20:12]<mstenta[m]>Hi zedrickr11 - Hmm it's been a while since I've done something like that. Feeds is primarily designed to import "entities" in Drupal (eg: logs, assets, terms, and other defined structures) - I'm not sure what the current recommendations are for using it to import into custom tables.
[16:20:40]<mstenta[m]>I feel like I have done this... but it was a looooong time ago, so I forget. It may have actually been on Drupal 6 too.. hmm
[16:21:43]<mstenta[m]>FWIW, this may be easier to do in farmOS 2.x on Drupal 9 (under active development), using the new core Migrate API - but that won't help you in farmOS 1.x