Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Diff Checker utility?

Avatar

Level 2

Hello Community - I searched for a Diff Checker utility but perhaps there's another term to use.  I'd like to see, line by line the difference between published libraries, attempting to track down what appears to be a rather deep issue. 

 

I've pulled each build's corresponding files manually and popped them into a diff checker one by one, but that's tedious.  If that's the only way to go, what diff checker recommendations do you have?

 

Thanks -- 

MitchellTe1 (MitchellT)

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @MitchellTe1 

you could check the different versions on a rule or data element level or use a diff tool that you would typically find in development IDEs like MS Code or IntelliJ Idea. 
This can become quite an endeavor though since launch libraries can become quite big

Cheers from Switzerland!


View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @MitchellTe1 

you could check the different versions on a rule or data element level or use a diff tool that you would typically find in development IDEs like MS Code or IntelliJ Idea. 
This can become quite an endeavor though since launch libraries can become quite big

Cheers from Switzerland!


Avatar

Community Advisor

Launch doesn't have a native diff checker.

However, if you're savvy enough with programming, you can write a script that uses the Launch API to programmatically read-and-diff your libraries. See the API guide: https://experienceleague.adobe.com/en/docs/experience-platform/tags/api/endpoints/libraries

Avatar

Administrator

Hi @MitchellTe1,

Were you able to resolve this query with the help of the provided solutions, or do you still need further assistance? Please let us know. If any of the answers were helpful in moving you closer to a resolution, even partially, we encourage you to mark the one that helped the most as the 'Correct Reply.'

Thank you!



Sukrity Wadhwa

Avatar

Community Advisor

There is a rule version checker in Launch you can compare itemes within teh rule itself version to version.

 

Not sure if that is what you are trying to see.