You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having an issue with character encoding when reading Visual Foxpro databases(.dbf).
Im running Node version 16.17.1 32bit, via electron.
im using Visual foxpro ODBC driver. The data returns fine in most cases, however when using SELECT on certain field types, im getting invalid character codes like so:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi there,
Having an issue with character encoding when reading Visual Foxpro databases(.dbf).
Im running Node version 16.17.1 32bit, via electron.
im using Visual foxpro ODBC driver. The data returns fine in most cases, however when using SELECT on certain field types, im getting invalid character codes like so:
4: {CONTACTID: 'GES(*�|'}
5: {CONTACTID: 'GES(*�}'}
6: {CONTACTID: 'GES(6�r'}
Any ideas on how to resolve? Using the same driver from any other program interface(Visual Studio,Python,Excel, etc the data returns properly)
Thanks for your great work so far!
The text was updated successfully, but these errors were encountered: