Consulting

Results 1 to 4 of 4

Thread: Help needed to edit CSV files

  1. #1
    VBAX Newbie
    Joined
    Jun 2018
    Posts
    2
    Location

    Help needed to edit CSV files

    Hello everyone,
    I have started a new eCommerce website and need some help to edit the csv.

    Basically I get a new updated CSV file every 2 days with edits in more than 5000 products. I need a quick way to edit the CSV and update the products in the website.

    To do this firstly, I need to remove the product code from the name of the cell. The product name is in the following format
    8694 3 Piece Set Of Wall Paintings Without Glass,

    I need to remove the first set of numbers and to be written as 3 Piece Set Of Wall Paintings Without Glass.
    And secondly to optimise the site and for SEO reasons, i need to remove certain characters from the description like, the, is, and and so on,

    For example, from the following sentence I need to remove the, are, very and in

    The towers are very tall in the city. and the output is tower, tall, city.

    Thanks for your help in advance,

  2. #2
    VBAX Guru mancubus's Avatar
    Joined
    Dec 2010
    Location
    "Where I lay my head is home" :D
    Posts
    2,644
    welcome to the forum.

    can you post your workbook?
    (#2 in my signature)
    PLS DO NOT PM; OPEN A THREAD INSTEAD!!!

    1) Posting Code
    [CODE]PasteYourCodeHere[/CODE]
    (or paste your code, select it, click # button)

    2) Uploading File(s)
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) (multiple files can be selected while holding Ctrl key) / Upload Files / Done
    Replace company specific / sensitive / confidential data. Include so many rows and sheets etc in the uploaded workbook to enable the helpers visualize the data and table structure. Helpers do not need the entire workbook.

    3) Testing the Codes
    always back up your files before testing the codes.

    4) Marking the Thread as Solved
    from Thread Tools (on the top right corner, above the first message)

  3. #3
    VBAX Newbie
    Joined
    Jun 2018
    Posts
    2
    Location
    I have uploaded a example of how the data is
    Attached Files Attached Files

  4. #4
    VBAX Guru mancubus's Avatar
    Joined
    Dec 2010
    Location
    "Where I lay my head is home" :D
    Posts
    2,644
    sample in A2
    is it "5008Blue and Sea Green Straight Suit" or "5008 Blue and Sea Green Straight Suit"?
    (no space / 1 space between 5008 and Blue)
    PLS DO NOT PM; OPEN A THREAD INSTEAD!!!

    1) Posting Code
    [CODE]PasteYourCodeHere[/CODE]
    (or paste your code, select it, click # button)

    2) Uploading File(s)
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) (multiple files can be selected while holding Ctrl key) / Upload Files / Done
    Replace company specific / sensitive / confidential data. Include so many rows and sheets etc in the uploaded workbook to enable the helpers visualize the data and table structure. Helpers do not need the entire workbook.

    3) Testing the Codes
    always back up your files before testing the codes.

    4) Marking the Thread as Solved
    from Thread Tools (on the top right corner, above the first message)

Tags for this Thread

Posting Permissions

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