Search:

Type: Posts; User: Conus

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,237

    Re: Find and rename content in csv via VBS

    Thank you.

    I'll check this
  2. Re: New data to the first line in *.csv file via VB Script

    Thank you.
    I'll check this.
  3. Replies
    1
    Views
    1,091

    [VBS] Change data in columns in CSV

    Hello

    I have data in csv file



    I need to split to array, than change 1 or 2 in "column 5" in to 0

    I have code
  4. Replies
    2
    Views
    1,237

    Find and rename content in csv via VBS

    Hello.

    I need to open CSV file, find some "string" in a row and rename it.

    For example




    And I need to find string "the req ops" and change it for "OK"
  5. New data to the first line in *.csv file via VB Script

    Hello.

    Welcome every one.
    I have some data in CSV

    I need to open this CSV file via VBS script and add some data in the end of first line and save this file. For example

    aaa;bbb;ccc...
  6. Replies
    5
    Views
    3,196

    Re: VBS removing entire column in .csv file

    I've modify this script for my purposes




    Function OK()

    Const ForReading = 1
    Const ForWriting = 2
  7. Replies
    5
    Views
    3,196

    Re: VBS removing entire column in .csv file

    Hi guys. Thanks for scripts above.

    But is there any shorter way to delete for example column 3, 5,6 via VSB script ?

    Open the file, modify and save ?
Results 1 to 7 of 7
Page generated in 1,711,630,710.41368 seconds with 13 queries