Jump to content

csv columns


gcue
 Share

Recommended Posts

Trying to create different columns in a csv, i know if i use a comma it creates a new colum but i cant get the syntax right with $variables

$file = @ScriptDir & "\settings.csv"

$fix1 = IniRead("\\" & $assets[$x] & "\c$\program files\FIX\bin\fixenv.ini", "SERVERS", "IOI_PRIMARY_SERVER", "NotFound")
$fix2 = IniRead("\\" & $assets[$x] & "\c$\program files\FIX\bin\fixenv.ini", "SERVERS", "IOI_SECONDARY_SERVER", "NotFound")

FileWrite($file, '' &@CRLF & _
                $fix1 $fix2 )
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...