Importing multiple KVPs for Geo Points

I was successfully able to import a CSV file with 10k+ GeoPoints with one KVP metadata (eki=<UTF8 Japanese train station name>).
What is the correct format for the 4th field in the CSV file when I want to import multiple KVPs?
I tried something like:
0.0,0.0,ekidata,“eki=東京,zip=100-0001” but the result was all the Geo Points imported with no meta data at all.

Hi Simon,

The delimiter for multiple metadata entries is the pipe character “|”. For example:

40.4165,-3.70256,“cafes”,"price=high|cuisine=french|city=MADRID"41.38879,2.15899,“cafes”,“price=low|cuisine=asian|city=BARCELONA”

Regards,
Mark