We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
商品CSV登録時に商品説明等のCSVフィールド内改行が消える(項目内の最初の方のみ)
フロント表示時にはテンプレート内で改行をbrタグに変換しているので、 CSVエクスポート→再インポートすると表示が変わってしまう可能性あり。
CsvImportService.phpで \SplFileObject::DROP_NEW_LINEのオプションを外せば良いのかと思いますが、未確認です。
<コミュニティより> https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=24413&forum=11&post_id=99322
<PHPのバグ報告> https://bugs.php.net/bug.php?id=69181
改行が維持されたままデータベースに登録される
CSV上で商品説明(詳細)の項目を"AAAA\nBBBB"として商品CSV登録を行う → 改行コードが消えている
The text was updated successfully, but these errors were encountered:
#4942 で対応
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
商品CSV登録時に商品説明等のCSVフィールド内改行が消える(項目内の最初の方のみ)
フロント表示時にはテンプレート内で改行をbrタグに変換しているので、
CSVエクスポート→再インポートすると表示が変わってしまう可能性あり。
CsvImportService.phpで \SplFileObject::DROP_NEW_LINEのオプションを外せば良いのかと思いますが、未確認です。
<コミュニティより>
https://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=24413&forum=11&post_id=99322
<PHPのバグ報告>
https://bugs.php.net/bug.php?id=69181
期待する内容(Expect) or 要望 (Requirement)
改行が維持されたままデータベースに登録される
再現手順(Procedure)
CSV上で商品説明(詳細)の項目を"AAAA\nBBBB"として商品CSV登録を行う
→ 改行コードが消えている
環境 (environment)
The text was updated successfully, but these errors were encountered: