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

Tag Maker | Tag title is not getting updated from CSV #219

Open
fechner opened this issue Jan 8, 2020 · 3 comments
Open

Tag Maker | Tag title is not getting updated from CSV #219

fechner opened this issue Jan 8, 2020 · 3 comments
Labels

Comments

@fechner
Copy link

fechner commented Jan 8, 2020

Steps to reproduce:

  1. Import CSV file with tags
  2. Update title of one tag and import CSV again

Expected:
Tag title is updated

Actual:
Tag title is not updated

Tech Notes:
It works fine on AEM 6.3 but the problem is on AEM 6.5 . This is because TagManager.createTag method in AEM 6.5 is not updating tag title. So for new AEM you need to update this title manually as it is in TagCreator (check setTitles method)

@davidjgonzalez
Copy link
Contributor

Just to confirm, this works in ACS AEM Commons TagCreator, correct? TagCreator has ~replaced TagMaker since its in ACS Commons (which is OK to install/use on Production) where as ACS Tools is really meant for lower envs.

https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp-tools/tag-creator/index.html

@fechner
Copy link
Author

fechner commented Jan 8, 2020

Yes, it works in Tag Creator but as you know Tag Creator use Excel file instead of CSV file. In our case it's little complicated to change file format. That's why we still want to use Tag Maker.

@davidjgonzalez
Copy link
Contributor

@fechner gotcha - i assume youre exporting the CSV from some other system, rather than managing it in Excel to begin w?

I wonder how easy it would be to have TagCreator convert CSV -> Spreadsheet format inmemory and process it like that... 🤔

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

2 participants