>>864です。
やっぱりエラーが出ます。
Error parsing yaml file:
Invalid object:
Neither external_name nor import_template nor export specifiled for propaty __key__

こんな風に名前の定義も入れてみたんですが、ダメです。

- kind: Station
 connector: csv
 connector_options:
  encoding: euc-jp
  skip_import_header_row : True
  column_list: [rr_cd, line_cd, station_cd,
  line_sort, station_sort, station_g_cd, r_type,
  rr_name, line_name, station_name,pref_cd,
  lon, lat,f_flag]
 property_map:
  - property: __key__
  - import_template: "%(line_name)s%(station_name)s"

ここを参考にしてます。
http://endoyuta.blogspot.com/2011/02/gaebulk-loadercsv.html
csvを改造してKEYを先に作ったほうがラクかなあ。
お知恵をおかし下さい。