We've been doing CSV imports, sometimes through the GUI sometimes on the command line, and for whatever reason random lines of the CSV don't import. When we've identified them we can import them on a new CSV without changing them at all, so its not the data that's causing the issue. ANy idea why this is happening or what we can do so it stops happening? Its not a lot of lines missing, but having to check them one by one to figure out which ones are missing is time consuming.
--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-users+unsubscribe@googlegroups.com.
To post to this group, send email to ica-atom-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ica-atom-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/8bd0c800-2f16-4fd3-b443-24be77e1d817%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Any further information you can provide will help us help you try to figure out what's going on. Thanks!Having not seen this before, I'm really not sure what to suggest! Do you have a test instance where you can try to reproduce this? e.g. if you purge your data and re-import the same CSV, will it drop the same rows, or different/random ones?Hi there,To my knowledge, I have not encountered this issue before! What version of AtoM are you using? Have you followed our recommended installation guidelines, or is there anything different or particular about your installation that we should know about?
Are you getting any warnings or errors in the console when importing via the CLI? Is it possible you have included a child description before its parent in the CSV? AtoM will progress through the rows in order, so if a child appears before the parent it references, AtoM won't know what to do with that record and it's possible it could end up being skipped (though IIRC this usually just halts the import).
On Fri, Aug 26, 2016 at 6:28 AM, <kjam...@ualberta.ca> wrote:
We've been doing CSV imports, sometimes through the GUI sometimes on the command line, and for whatever reason random lines of the CSV don't import. When we've identified them we can import them on a new CSV without changing them at all, so its not the data that's causing the issue. ANy idea why this is happening or what we can do so it stops happening? Its not a lot of lines missing, but having to check them one by one to figure out which ones are missing is time consuming.
--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To post to this group, send email to ica-ato...@googlegroups.com.
You can run php -m to see a list of all the PHP modules you have installed. If you're running PHP 5.5 or higher, you should ensure that you have both apc and apcu in that list.
You might also want to see if you can increase the memory allocation in your VM - it's possible that the memory is being exhausted during the import process and this is causing issues? Just spitballing at this point.
Regards,
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-users+unsubscribe@googlegroups.com.
To post to this group, send email to ica-atom-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/f0d7c47f-767f-4bd4-a178-baf6131ff41f%40googlegroups.com.