Mikko の Simple JSON export scriptを使用して、 FileSystemStorageを使用する古い Plone 3.3 サイトを移行しようとしてい ます。
''
空の文字列 ( )として返される画像フィールドに値がないことを除いて、すべて正常に実行されます。
[
...
{
"allowDiscussion": false,
"contributors": [],
"creation_date": "2009-11-04T15:15:36-02:00",
"creators": [
"johndoe"
],
"description": "",
"effectiveDate": null,
"excludeFromNav": false,
"expirationDate": null,
"id": "banner_vertical.jpg",
"image": "",
"language": "",
"location": "",
"modification_date": "2009-11-04T15:15:37-02:00",
"portal_type": "Image",
"relatedItems": [],
"rights": "",
"subject": [],
"title": "Banner vertical",
"urlLegend": "http://"
},
...
]
ヒントはありますか?
(使用されるiw.fss のバージョンは 2.8.0rc5 です)。