Skip to content

Commit

Permalink
Merge pull request #295 from massongit/add_bom
Browse files Browse the repository at this point in the history
CSVデータへのBOM追加
  • Loading branch information
KazuhiroM authored Aug 23, 2024
2 parents 367ea44 + 2ea11f7 commit 7267dc1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/work/data/category.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
category_major_cd,category_major_name,category_medium_cd,category_medium_name,category_small_cd,category_small_name
category_major_cd,category_major_name,category_medium_cd,category_medium_name,category_small_cd,category_small_name
04,惣菜,0401,御飯類,040101,弁当類
04,惣菜,0401,御飯類,040102,寿司類
04,惣菜,0402,佃煮類,040201,魚介佃煮類
Expand Down
2 changes: 1 addition & 1 deletion docker/work/data/customer.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
customer_id,customer_name,gender_cd,gender,birth_day,age,postal_cd,address,application_store_cd,application_date,status_cd
customer_id,customer_name,gender_cd,gender,birth_day,age,postal_cd,address,application_store_cd,application_date,status_cd
CS021313000114,大野 あや子,1,女性,1981-04-29,37,259-1113,神奈川県伊勢原市粟窪**********,S14021,20150905,0-00000000-0
CS037613000071,六角 雅彦,9,不明,1952-04-01,66,136-0076,東京都江東区南砂**********,S13037,20150414,0-00000000-0
CS031415000172,宇多田 貴美子,1,女性,1976-10-04,42,151-0053,東京都渋谷区代々木**********,S13031,20150529,D-20100325-C
Expand Down
2 changes: 1 addition & 1 deletion docker/work/data/geocode.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
postal_cd,prefecture,city,town,street,address,full_address,longitude,latitude
postal_cd,prefecture,city,town,street,address,full_address,longitude,latitude
060-0000,北海道,札幌市中央区,,,,北海道札幌市中央区,141.34103,43.05513
064-0941,北海道,札幌市中央区,旭ケ丘,,,北海道札幌市中央区旭ケ丘,141.31972,43.04223
060-0042,北海道,札幌市中央区,大通西,,1丁目,北海道札幌市中央区大通西1丁目,141.35637,43.06102
Expand Down
2 changes: 1 addition & 1 deletion docker/work/data/product.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
product_cd,category_major_cd,category_medium_cd,category_small_cd,unit_price,unit_cost
product_cd,category_major_cd,category_medium_cd,category_small_cd,unit_price,unit_cost
P040101001,04,0401,040101,198,149
P040101002,04,0401,040101,218,164
P040101003,04,0401,040101,230,173
Expand Down
2 changes: 1 addition & 1 deletion docker/work/data/receipt.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sales_ymd,sales_epoch,store_cd,receipt_no,receipt_sub_no,customer_id,product_cd,quantity,amount
sales_ymd,sales_epoch,store_cd,receipt_no,receipt_sub_no,customer_id,product_cd,quantity,amount
20181103,1541203200,S14006,112,1,CS006214000001,P070305012,1,158
20181118,1542499200,S13008,1132,2,CS008415000097,P070701017,1,81
20170712,1499817600,S14028,1102,1,CS028414000014,P060101005,1,170
Expand Down
2 changes: 1 addition & 1 deletion docker/work/data/store.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
store_cd,store_name,prefecture_cd,prefecture,address,address_kana,tel_no,longitude,latitude,floor_area
store_cd,store_name,prefecture_cd,prefecture,address,address_kana,tel_no,longitude,latitude,floor_area
S12014,千草台店,12,千葉県,千葉県千葉市稲毛区千草台一丁目,チバケンチバシイナゲクチグサダイイッチョウメ,043-123-4003,140.118,35.63559,1698.0
S13002,国分寺店,13,東京都,東京都国分寺市本多二丁目,トウキョウトコクブンジシホンダニチョウメ,042-123-4008,139.4802,35.70566,1735.0
S14010,菊名店,14,神奈川県,神奈川県横浜市港北区菊名一丁目,カナガワケンヨコハマシコウホククキクナイッチョウメ,045-123-4032,139.6326,35.50049,1732.0
Expand Down

0 comments on commit 7267dc1

Please sign in to comment.