+ Reply to Thread
Results 1 to 3 of 3

I need to modify a csv to output data in a different way

Hybrid View

  1. #1
    Registered User
    Join Date
    03-13-2011
    Location
    Earth
    MS-Off Ver
    Excel 2007
    Posts
    17

    I need to modify a csv to output data in a different way

    up vote
    -2
    down vote
    favorite
    I have a csv file like this >>>

    1993    Chevrolet   Camaro  5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1994    Chevrolet   Camaro  5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1995    Chevrolet   Camaro  5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1996    Chevrolet   Camaro  5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1997    Chevrolet   Camaro  5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1998    Chevrolet   Camaro  5.7L V-8    350 NULL    3.90 (in) / 3.90 (mm)   3.62 (in) / 92.0 (mm)   Base    2    
    1999    Chevrolet   Camaro  5.7L V-8    350 NULL    3.90 (in) / 3.90 (mm)   3.62 (in) / 92.0 (mm)   Base    2    
    2000    Chevrolet   Camaro  5.7L V-8    350 NULL    3.90 (in) / 3.90 (mm)   3.62 (in) / 92.0 (mm)   Base    2    
    2001    Chevrolet   Camaro  5.7L V-8    350 NULL    3.90 (in) / 3.90 (mm)   3.62 (in) / 92.0 (mm)   Base    2    
    2002    Chevrolet   Camaro  5.7L V-8    350 NULL    3.90 (in) / 3.90 (mm)   3.62 (in) / 92.0 (mm)   Base    2    
    1994    Chevrolet   Caprice 5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Classic 2    
    1995    Chevrolet   Caprice 5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Classic 2    
    1996    Chevrolet   Caprice 5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Classic 2    
    1993    Chevrolet   Corvette    5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   40th Anniversary Edition    2    
    1992    Chevrolet   Corvette    5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1994    Chevrolet   Corvette    5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1995    Chevrolet   Corvette    5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2    
    1996    Chevrolet   Corvette    5.7L V-8    350 NULL    4.00 (in) / 4.00 (mm)   3.48 (in) / 88.4 (mm)   Base    2
    The first column is the year and then we have make, model, engine[/QUOTE]

    I need to generate and output a csv like this >>>>

    sku parts
    
    111 1993 (to) 2002>Chevrolet>Camaro;1994 (to) 1996>Chevrolet>Caprice;1993 (to) 1996 >Chevrolet>Corvette    
    222 1993 (to) 2000>Ford>Mustang; ...
    the first column will be the part number, and the second is the rest of the information under parts

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: I need to modify a csv to output data in a different way

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    03-13-2011
    Location
    Earth
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: I need to modify a csv to output data in a different way

    Quote Originally Posted by davesexcel View Post
    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    ok I just added a sample workbook, the first sheet is the source the second the output I need automated.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Shorten Runtime & Modify Output of Search Macro
    By PKW57 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 09-11-2015, 09:37 AM
  2. Modify Macro to Distribute Output Entries into Separated Worksheets
    By Seraph122 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-15-2013, 08:25 PM
  3. enable row conditionally modify output
    By pcmann2004 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2011, 03:15 AM
  4. Modify IF Output based on Result
    By floricita in forum Excel General
    Replies: 6
    Last Post: 01-12-2011, 11:58 AM
  5. Modify ODBC Output field for Use in Another Prog
    By techmon88 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-13-2007, 11:50 AM
  6. Modify sub to output to new sheet instead of via msg boxes
    By Max in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-28-2005, 11:06 AM

Tags for this Thread

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1