Jump to content

Recommended Posts

Posted

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 )

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
×
×
  • Create New...