Skip to content

Commit

Permalink
Set character set for Mac uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins committed May 24, 2016
1 parent f47c239 commit 197af88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/txn-upload-items.php
Expand Up @@ -172,6 +172,7 @@
// MacPherson's order
$q= "LOAD DATA LOCAL INFILE '$fn'
INTO TABLE vendor_order
CHARACTER SET 'latin1'
FIELDS TERMINATED BY '\t' OPTIONALLY ENCLOSED BY '\"'
IGNORE 1 LINES
(line, status, item_no, sku, cust_item, description, ordered,
Expand Down

0 comments on commit 197af88

Please sign in to comment.