Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

書誌所蔵のエクスポートデータのpub_dateに時間はつけない方がよさそう #1865

Open
koni30 opened this issue Mar 1, 2024 · 3 comments
Labels
Milestone

Comments

@koni30
Copy link

koni30 commented Mar 1, 2024

書誌所蔵のエクスポートデータのpub_dateには時間があるのですが、このままインポートしようとするとエラーになってしまうようです。インポートとエクスポートの形式を合わせた方が良さそうです。

@koni30 koni30 changed the title 書誌所蔵のエクスポートデータのpub_date 書誌所蔵のエクスポートデータのpub_dateに時間はつけない方がよさそう Mar 2, 2024
@nabeta
Copy link
Member

nabeta commented Mar 2, 2024

@koni30 お知らせありがとうございます。データベース上にpub_datedate_of_publicationの両方の項目があるのですが、エクスポート時にこれが混在してしまっていますね。修正を行います。

@yegusa
Copy link

yegusa commented Mar 9, 2024

マニュアルの修正も必要。以下のことがわかるように修正すること。

  • pub_date に、日付型のデータが出力されてしまっていた件を文字列型の出版日を出力するように修正した
  • エクスポートデータに新たに date_of_publication の列を追加し、そちらに日付型の出版日を出力するようにした

@nabeta nabeta added this to the 1.4 milestone Apr 28, 2024
@nabeta
Copy link
Member

nabeta commented Apr 28, 2024

@koni30 遅くなりましたが、こちらの修正は1.4.6に含めています。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants