Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Oct 18, 2024
1 parent fcb2f46 commit f53c50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reorganize_csv_with_repeated_headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
input_file=$1

# Define the output CSV file
output_file="{$1}_header_cleaned.csv"
output_file="$1_header_cleaned.csv"

# Check if the input file exists
if [ ! -f "$input_file" ]; then
Expand Down

0 comments on commit f53c50c

Please sign in to comment.