Results 1 to 10 of 3673

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Yes, the one MAJOR drawback in using CSV as the file format for Easy Populate, is the enormous potential for errors when content contains commas or quote marks.

    EP version 1.2.5.4 used a TAB-DELIMITED system, which is far, far safer and more reliable than CSV - because TABS are not used anywhere in the formatting of the content.

    I do not use EP 4 because it is a huge mission to clean up the content, and I have had too many disasters where a single comma (missed in the clean-up) has caused major damage to the site's product data and configuration.

    If EP4 created TAB-DELIMITED files, it would be an excellent module.

  2. #2
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by fairestcape View Post
    Yes, the one MAJOR drawback in using CSV as the file format for Easy Populate, is the enormous potential for errors when content contains commas or quote marks.

    EP version 1.2.5.4 used a TAB-DELIMITED system, which is far, far safer and more reliable than CSV - because TABS are not used anywhere in the formatting of the content.

    I do not use EP 4 because it is a huge mission to clean up the content, and I have had too many disasters where a single comma (missed in the clean-up) has caused major damage to the site's product data and configuration.

    If EP4 created TAB-DELIMITED files, it would be an excellent module.
    Open Office properly encapsulates commas, tabs, single and double quotes. MS Excell seems to do it's own thing which changes from version to version.

    There are some complications with utf-8 data and certain odd characters. This usually results when incorrectly opening files of different encodings, especially certain windows encodings.

  3. #3
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    How would you properly format and send

    1'6" x 1'9"

    through EP4? It is used in v_products_options_values_name_1.
    Using Zen Cart 1.5.1

  4. #4
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Kevin205 View Post
    How would you properly format and send

    1'6" x 1'9"

    through EP4? It is used in v_products_options_values_name_1.
    If you use open office and use: FILE > SAVE AS > Text CSV (.csv)

    Open Office will encapsulate it as:

    "1'6"" x 1'9"""

    You don't need to do anything special.

    -chadd

  5. #5
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    If you use open office and use: FILE > SAVE AS > Text CSV (.csv)

    Open Office will encapsulate it as:

    "1'6"" x 1'9"""

    You don't need to do anything special.

    -chadd
    This is how it's saved:
    Field delimiter: '
    Text delimiter: ""

    Click image for larger version. 

Name:	Capture.jpg 
Views:	254 
Size:	15.1 KB 
ID:	12438
    Using Zen Cart 1.5.1

  6. #6
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    While importing the following:

    v_products_model,v_products_options_type,v_products_options_name_1,v_products_op tions_values_name_1
    1-GREEN-TOM,2,Size:,"1'-8"" x 3'-7"""
    1-GREEN-TOM,2,Size:,"2'-3"" x 3'-6"""
    1-GREEN-TOM,2,Size:,"2'-3"" x 1'-6"""
    1-GREEN-TOM,2,Size:,"3'-11"" x 3'-7"""
    1-GREEN-TOM,2,Size:,"1'-3"" x 3'-6"""
    1-GREEN-TOM,2,Size:,"4'-7"" x 2'-6"""
    1-GREEN-TOM,2,Size:,"3'-10"" x 3'-10"""
    1-GREEN-TOM,2,Size:,"3'-6"" x 2'"

    I am getting also getting the following warning right after the import on top of the admin page.
    Warning An SQL error has occured. Please check your input data for tabs within fields and delete these. If this error continues, please forward your error log to the Easy Populate maintainer

    Finished Processing Import File

    Updated records: 6
    New Imported records: 1
    Errors Detected: 0
    Warnings Detected: 0
    Memory Usage: 2855256
    Memory Peak: 2911048
    Execution Time: 0.1918740272522 seconds.
    I look at it the .csv file with "Notepad++", and there are no tabs in the file / records.
    Using Zen Cart 1.5.1

  7. #7
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    1'-8" x 3'-7"
    Last edited by Kevin205; 2 May 2013 at 03:57 PM.
    Using Zen Cart 1.5.1

  8. #8
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by Kevin205 View Post
    This is how it's saved:
    Field delimiter: '
    Text delimiter: ""

    Click image for larger version. 

Name:	Capture.jpg 
Views:	254 
Size:	15.1 KB 
ID:	12438
    Kevin, you're encoding should be UTF 8 which should match the encoding of your databases.

    If you EXPORT your CSV file from OO with the wrong encoding, then import it into a database of some OTHER encoding, you risk getting a lot of "garbage" character in your descriptions, names, etc.

    If you are on Zencart 1.5x, you are using UTF 8 unless you did something custom.

    -chadd

  9. #9
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: EasyPopulate 4.0 Support Thread

    Quote Originally Posted by chadderuski View Post
    Kevin, you're encoding should be UTF 8 which should match the encoding of your databases.

    If you EXPORT your CSV file from OO with the wrong encoding, then import it into a database of some OTHER encoding, you risk getting a lot of "garbage" character in your descriptions, names, etc.

    If you are on Zencart 1.5x, you are using UTF 8 unless you did something custom.

    -chadd
    Hello Chad - I am using UTF-8.
    Using Zen Cart 1.5.1

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. BackUp ZC [Support Thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 285
    Last Post: 23 Dec 2020, 10:40 AM
  3. Wordpress On ZC [Support Thread]
    By hira in forum All Other Contributions/Addons
    Replies: 1858
    Last Post: 17 Jan 2014, 01:24 AM
  4. ZJ Black 2 support thread
    By Liamv in forum Addon Templates
    Replies: 1
    Last Post: 15 Feb 2010, 02:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg