开发者

Add around 1000 keys to a plist

开发者 https://www.devze.com 2023-03-06 14:21 出处:网络
I have about 1开发者_如何学C000 adresses (name, address, city, country, long, lat) i want to add to my plist.

I have about 1开发者_如何学C000 adresses (name, address, city, country, long, lat) i want to add to my plist.

Is there an easy way to do it without having to do it manually?

I have all required info in a tab seperated file or excel and i could reformat this to insert code.


The plist is just a fancy xml file, If you can format it, you can just copy paste it into the plist's source file


It's not really worth spending a lot of time on this sort of thing. Use a macro in the tool of your choice (Excel, Notepad++, etc).

0

精彩评论

暂无评论...
验证码 换一张
取 消