Announcement: New Design for docs.informatica.com!
We have updated the look and feel of docs.informatica.com. To load the latest design, press CTRL-F5 to clear the pages you previously cached on our site, or simply restart your browser.
Import third-party Java packages, built-in Java packages, or custom Java packages in the Import Packages tab. The example transformation uses the Map and HashMap packages.
Enter the following code in the Import Packages tab:
import java.util.Map;
import java.util.HashMap;
The Designer adds the import statements to the Java code for the transformation.