Provide CSV upload option in translation page. | Community
Skip to main content
Nandujee
Level 3
October 16, 2015
Solved

Provide CSV upload option in translation page.

  • October 16, 2015
  • 1 reply
  • 748 views

Hi, 

I have requirement where author should able to upload the CSV file in the Translation page.

I have added the CSV upload option (http://localhost:4502/libs/cq/i18n/translator.html) under import menu I have added "CSV upload option." kindly refer the attached screenshot.

I have made my changes in lib folder, because the author still want use the translator URL(http://localhost:4502/libs/cq/i18n/translator.html).

As per my knowledge, we should not modify the source in libs. Suggest me how to show the CSV upload option using translator URL((http://localhost:4502/libs/cq/i18n/translator.html)

Please suggest how to handle this situation.

Thanks

Nanda

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Never modify content in /libs. You copy content from /libs to /apps and make you changes under /apps. This is called overlaying. If you want to upload a CSV file in that page, then drop an upload file component into the page. 

See the File Upload component in this doc topic:

https://docs.adobe.com/docs/en/aem/6-0/author/page-authoring/default-components/editmode.html

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

Never modify content in /libs. You copy content from /libs to /apps and make you changes under /apps. This is called overlaying. If you want to upload a CSV file in that page, then drop an upload file component into the page. 

See the File Upload component in this doc topic:

https://docs.adobe.com/docs/en/aem/6-0/author/page-authoring/default-components/editmode.html