Skip to content

Commit

Permalink
Update the instructions for the CSV file of year 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Aug 11, 2024
1 parent f8a00c0 commit 653ce72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-bin/convert-from-csv.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ =head1 CSV ?
https://data.gov.tw/dataset/14718
Download the one named: 111年中華民國政府行政機關辦公日曆表
Download the one named: 114年中華民國政府行政機關辦公日曆表
After converting that from Big5 to UTF-8, feed it to this program.
The text in that CSV file is already encoded as UTF-8 and can be directly fed to this progrm:
perl ./dev-bin/convert-from-csv.pl <( piconv -f big5 -t utf8 ~/Downloads/111年 中華民國政府行政機關辦公日曆表.csv )
perl ./dev-bin/convert-from-csv.pl ~/Downloads/111年 中華民國政府行政機關辦公日曆表.csv
=cut

Expand Down

0 comments on commit 653ce72

Please sign in to comment.