1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

複数UDID登録用テキストファイルのフォーマットが変わっていた件

Posted at

TL;DR

image.png
この右側のChoose Fileで複数のUDIDをまとめて登録できるのだが、そのフォーマットが変わっており以前使っていたファイルでエラーが出た。

Before

Device ID    Device Name
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx    hoge
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx    fuga
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx    foo
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx    bar

※カラムの区切りはスペース4つ

After

Device ID	Device Name	Device Platform
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	hoge	ios
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	fuga	ios
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	foo	ios
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx	bar	ios

※カラムの区切りはタブスペース

対応

  • スペース4つをタブに置換
  • Device Platform のカラムを追加
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?