Import Patient Data Error

@brady.miller ,

When we try to import patient data using import option ( Popups -> import ) we get the Sqlinsert error .
We used the following data format :

<patient> <pid>1</pid> <pubpid>EX1234567890</pubpid> <lname>Patient</lname> <fname>Test</fname> <title>Mr.</title> <dob>2004-09-20</dob> <sex>M</sex> <status>single</status> <financial_review>0000-00-00</financial_review> <employer> </employer> </patient>
is there any specific data form to import patient data ?

Please refer the attached screen shot .

Thanks
ViSolve

hi @visolveemr on line 916 in library/patient.inc there’s a semicolon instead of a comma

@stephenwaite

Thanks for your inputs . We did check in Openemr dev instance and it works fine and assume the fix has already been provided in the development version.
Actually what we would like to know is - Is there any specific format that needs to be followed in order to import patient data using this popus-> import menu in OpenEMR ?

Thanks,
ViSolve