Liquid、JavaScriptなどに関する質問
hello
I am migrating customer data from welcart to shopify.
At that time, I output it as a csv file and edit it with excel.
In that case, if the postal code (Zip) or phone number starts with a 0, it will disappear. Is there a way to deal with this?
日本語での回答で恐縮です。
まず、郵便番号のカラムの書式を文字列にします。
それから、郵便番号カラムに入力された文字列を下記のようします。
0105555
↓
'0105555
このようにしてから、
名前をつけて保存で、CSV保存しますと、
郵便番号が0から始まっていても、
0から始まった値のまま保持されます。
この時、先頭に追加したシングルコーテーションはCSVには含まれません。
First, you replace the format of the postal code column with "string".
Second, you change the values of the postal code column as the below.
0105555
↓
'0105555
Then, you save the excel file as CSV and you can see the postal code starting with 0 on CSV file.
The added single quotations are not included in CSV.
ご参考まで。
(キュー田辺)
いつもShopifyをご利用いただき、ありがとうございます。 Shopifyは、皆様の日本語での利用体験の向上に努めております。さらなる改善のために皆様のご意見をお寄せい...
By JasonH May 9, 2025Shopify アカデミーの学習パスと認定スキルバッジExpanding Your Shopify Business Internationallyを活用して、国際的にビジネ...
By Shopify Feb 7, 2025Shopify アカデミーの学習パスB2B on Shopify:立ち上げとカスタマイズで卸売販売に進出しましょう。これら3つの無料コースは、ShopifyストアでB2B機能...
By Shopify Jan 31, 2025