CSV2Plist

Version 1.0.2

Mac OS X Application | OS 10.6 or later | FREEWARE | English

  DOWNLOAD

History

2012/05/08 version 1.0.2 メモリの最適化、連続変換に対応
2011/07/15 version 1.0.1 アイコンを微調整
2011/06/13 version 1.0.0 初版公開

2012/05/08 version 1.0.2 adjust memory, can repeat the run
2011/07/15 version 1.0.1 adjust the icon a little
2011/06/13 version 1.0.0 released

About

CSV2Plist はiOSやMacディベロッパー向けのアプリで、CSV形式のファイルをplist形式のファイルに変換するツールです。plist形式とは、iOSやMacアプリで用いられるファイル形式で、通常、アプリの設定ファイルはplist形式で記述します。しかしplist形式のファイルは編集するのが少々面倒。。それよりは慣れ親しんだCSV形式で管理しておければ、Excelなどのスプレッドシートで誰でも編集できます。あとはビルドする前にCSV2Plistでplist形式に変換するだけ!

IOS CSV2Plist is for developers and Mac apps, CSV format files is a tool to convert plist files. plist format and, iOS and Mac file formats used in applications, usually the plist configuration file is written in the form of application. Plist file format but a little cumbersome to edit. . Okere familiar than it should to manage CSV format, Excel spreadsheets and can be edited by anyone. Before you build the rest CSV2Plist just a plist format?

Help

【基本】
- インストール : 任意のフォルダにそのままコピーして下さい。
- アンインストール : コピーしたアプリケーションをそのまま削除して下さい。
- アプリケーションの起動 : アプリケーションアイコンをクリック、またはファイルをドロップします。

【操作】
(1) 入力ファイルとして、CSV(カンマ区切り)ファイル、もしくはTSV(タブ区切り)ファイルをアプリケーションにドラッグ&ドロップしてください。
(2) 入力ファイルと同じ場所に、同じファイル名で拡張子が.plistに置き換えられたファイルが出力されます。

【入力ファイル例】
id,name,english,color
100,りんご,Apple,Red
200,バナナ,Banana,Yellow
300,桃,Peach,Pink
400,さくらんぼ,Cherry,Red

【使用上の注意点】
- 入力ファイルの1行目にはキーとなる見出しを記述してください。
- 入力ファイルの文字コードはUTF8/シフトJIS/日本語EUC/ISO2022日本語/7ビットASCII に対応しています。
- 出力ファイルの文字コードはUTF8です。

[basic]
- Installation: Please copy directly to any folder.
- Uninstall: Please delete the application as a copy.
- Launching an application: Click on the application, or drop the file.

[Operation]
(1) as the input file, CSV (Comma Separated Values) file, or TSV (Tab delimited) file an application by dragging and dropping please.
(2) the same location as the input file, the same file name extension. plist files are replaced by output.

Example input file;
id, name, english, color
100, apple, Apple, Red
200, Banana, Banana, Yellow
300, Peach, Peach, Pink
400, Cherry, Cherry, Red

[Notes on use;
- The first line of the input file, please describe the key found.
- The input file encoding UTF8 / Shift JIS / EUC/ISO2022 Japanese Japanese / 7 ASCII bits are supported.
- the output file encoding is UTF8.