• Resolved mpellon2004

    (@mpellon2004)


    I am importing 76 records from xlsx file and only 49 records have been added. I tried importing from CSV or copying the missing records to other file and same issue.
    I highlighted in yellow the records that are not passing

    Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ERA404

    (@era404)

    Hello @mpellon2004,

    Would you make your XLSx file available for testing?
    If this document is sensitive, you can contact us directly through the web site (www.era404.com) with a link to your document on dropbox, or another.

    Thanks

    Thread Starter mpellon2004

    (@mpellon2004)

    Hello,

    Thanks for your reply. Here is the link to the spreadsheet.
    I have been entering manually the missing records without problem.

    https://drive.google.com/open?id=1FV-FP5QUDBKwy3NduQWElt49CBLkFIvH

    Plugin Author ERA404

    (@era404)

    Hello @mpellon2004,

    Have a look at some of your Department(s). They contain characters that MySQL is unable to import.

    For example, “Operations?and ?Clinical?Service” contains unicode replacement characters. If they’re not visible to you, try pasting it into this website, and you’ll see they’re there:
    https://apps.timwhitlock.info/unicode/inspect?s=Operations%EF%BF%BD+and+%EF%BF%BD+Clinical%EF%BF%BD+Service

    Other problems exist in Department(s):
    Bridging? Families? and Communities?
    Veterans? Supportive? Services?

    We generally recommend, while copying and pasting content from other sources, to first paste it into notepad (or similar), to quickly replace all non-standard characters.

    While we could build a function into StaffList to sanitize values, it could create more issues with foreign characters. StaffList already uses parameterized queries, which protects the datatables from bad inserts. So it’s better we instead make the recommendation that all StaffList (and other plugin) users clean their own data before importing it into MySQL, via plugins or other means.

    Thank you

    Thread Starter mpellon2004

    (@mpellon2004)

    The file was an conversion from PDF. I will review all columns and I let you know.
    Thanks for your support.

    Plugin Author ERA404

    (@era404)

    Hello @mpellon2004,

    Sounds good.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘missing records from Importing xlsx’ is closed to new replies.