0
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 1 year has passed since last update.

Knowledge Import/Export Tools

Last updated at Posted at 2022-11-12

私の問題に気づきました。Heroku ツールで試したすべてのエクスポートで、articles.csv の Question 列には、HTML ファイルへのパスではなく、datacategorygroup 情報が含まれていました。Questions 列の値を datacategorygroup 列に移動し、Answers 列の値を Question 列にコピーして、接尾辞を 2 から 1 に変更しました。インポートは成功しました。

I figured out the issue. I was using "backslash" instead of "forward slash" when referencing the html file. Lesson learned.

image.png

文字化け

Thank you Ravendra, updated the encoding as follows and which resolves my issue.

DateFormat=yyyy-MM-dd
DateTimeFormat=yyyy-MM-dd HH:flag_mm:ss
CSVEncoding=UTF-8
CSVSeparator=,
RTAEncoding=UTF-8
DefaultHTMLEncoding=UTF-8

関連資料

0
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
0
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?