We are pleased to announce enhancements to the SailPoint Delimited File Connector, which now includes an option for VA-based connectivity. This new approach supports various file transport mechanisms for reading files from SFTP, FTPS, SCP servers, and Amazon S3 locations. It also includes support for encryption, filtering, parsing, and data merging capabilities.
You now have more flexibility when configuring Account and Group Schemas, including the ability to set up multiple group object schemas.
By offering these versatile connection options, we ensure that your data is always within reach, regardless of where it’s stored.
You have two great options for file parsing:
\\u0009 for a tab) for extra precision!A quick note on columns: If you’re using a Regular Expression, defining your columns is a must. If you’re going the Delimited route, you only need to worry about this if your file doesn’t have a header row or if you want to give the columns friendlier names to use later on.
Now that you’re reading the file, it’s time to clean it up. You don’t want junk data cluttering your results, right? Filtering helps you focus on what’s important.
department == /"Manufacturing/" will do the trick, ensuring only the most relevant data makes it through.What if you have related data spread across multiple rows? That’s where merging comes in. This feature lets you combine information for a single account from different lines in your file. For the best results, your data should be sorted by a unique identifier. But don’t worry if it’s not - the connector can build a sorted version in memory to handle the merge. Plus, you can even choose to “Ignore case while merging” to make sure “UserA” and “usera” are treated as the same.
By mastering these parsing, filtering, and merging settings, you’ll gain incredible flexibility and ensure your data is always clean, accurate, and ready for action.
Data security is paramount, and sometimes that means your files arrive under lock and key. If you’re working with files that have been encrypted using PGP (Pretty Good Privacy), we’ve got you covered.
Simply enable the PGP Encrypted setting. You’ll then be prompted to provide your PGP private key and the password that goes with it. Once you’ve entered those credentials, the connector will automatically decrypt the file’s data, making it ready for processing without compromising on security. It’s a seamless way to handle sensitive information securely.
Note: You can continue to use the existing Delimited File Connector (SaaS) option and there are additional enhancements in the “File Settings” to provide better flexibilities while reading the file.
To ask questions and learn more please visit the Developer Community.