Extending data importer | Community
Skip to main content
Level 4
August 2, 2021
Solved

Extending data importer

  • August 2, 2021
  • 3 replies
  • 1713 views

Hi,

 

I am willing to expend data importer functionality in AEM.

This is part of ACS Commons aem 6.5

Can anyone help me how to do it

Need to add few more items to it.

 

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 Vijayalakshmi_S

Hi @kiranc13433869,

Could you please specify the exact field/functionality you are trying to extend. Example : new action in "Existing Action" field or Structure node type

3 replies

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
August 3, 2021

Hi @kiranc13433869,

Could you please specify the exact field/functionality you are trying to extend. Example : new action in "Existing Action" field or Structure node type

Level 4
August 4, 2021

Hello,

I am following below link to upload excel to create properties to node.

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

 

Here excel expects field called "path" which will have node path where properties should be updated. My requirement is to check if that node exists or no, if not create node and upload properties.

Is this doable?

I am trying to extend functionality for the same.

Vijayalakshmi_S
Level 10
August 4, 2021

Hi @kiranc13433869,

Thanks for the inputs. 

Did you get a chance to try two of the existing actions which handles new node creation if they don't exist.