Jump to content

Client import data issues


rabx

Recommended Posts

Hello,

 

I am seeing issues after importing my clients into the tblclients table under my WHMCS database. By mapping the fields properly, I am able to produce an xls (MS Excel) file that contains my existing clients. As you know, to get a tab delimited file form XLS you save it as a .txt file.

 

When viewing the .txt file using 'cat' the file is clean.

 

Here is my import script:

 

LOAD DATA INFILE '/home/whmcs/WHMCS_full-client-filtered.txt' INTO TABLE tblclients

FIELDS TERMINATED BY '\t'

LINES TERMINATED BY '\n'

 

When viewing this file in phpmyadmin, this data looks clean.

 

Here is the issue: When I log into WHMCS > Clients > View. Everything looks good. When I click on a client and see the summary, everything looks good. When I go to edit the client's details, I see strange symbols before and after every character.

 

Bug?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated