let string_data = if i == 0 { format!("{}", data) } else { format!("{},", data) };