![]() |
Importing CSV file |
Post Reply
|
Page <12 |
| Author | |||
stevek
MetaCase
Joined: 11.Mar.2008 Points: 643 |
Post Options
Thanks(0)
Quote Reply
Posted: 25.Feb.2015 at 23:12 |
||
I haven't seen that, and I don't see it trying this example, so could you please email metaedit.support (at) metacase.com the meplus0.err file from your MetaEdit+ working directory?
Sorry, that was my typo above (now corrected). I had created $tableRows as a global variable then tried to use the local variable @tableRows. Change the latter to $tableRows and it works. It looks like your CSV includes the header row "Category;Subcategory": either drop that from the CSV, or skip the first line when iterating, e.g. by extending the where statement (which is run for all elements, before beginning to iterate over the ones that passed):
Edited by stevek - 25.Feb.2015 at 23:17 |
|||
![]() |
|||
Post Reply
|
Page <12 |
| Tweet |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |