Associative Array - splitting keys
Hi, I've a data table, looks something like this. I want to split each test and assign % values. I am trying to create an Associative Array and allocate values to each tests but the results are incorrect. I am not sure what I missed The final associative array should contain the following.new_aa = [" Currents_A" => 0.003 " Currents_B" => 0.003, " Currents_C" => 0.003, "Volts_A" => 0.003, "Votls_B...