Convert array into string
Hi all, I am trying to get a value from an array from another table and use it as value for my selection. Is there a way to get convert the array into a string? name_key = associative array(column(ref_file_1, "NAME") << get values) << get keys;
merged_file << select where(:Name_final==name_key);