Hi all,
I am trying to get the data extract for all the Workflows in IIQ using the data extract feature.
I am stuck at the first step where we have to extract a YAML file.
I am not able to get the steps on how to do it. The community says that to run a few commands on the iiq console but it does not not work.
Please help
Thanks in advance
msingh900
(Manish Singh)
March 3, 2026, 7:56am
2
@rishavghoshacc
Can you please provide the steps that you are executing.
Thanks !
msingh900
(Manish Singh)
March 3, 2026, 7:59am
3
PLease check the URLs below:
Are you executing this command below:
The following example creates the base default Transform config for the Identity object called IdentityTransformConfig:
>dataextract generatetransform --classes Identity --write IdentityTransformConfig
@msingh900 Where is this transform stored
And how to use it in the console?
msingh900
(Manish Singh)
March 3, 2026, 8:53am
5
It will be stored in the server where you are executing the console command.
@msingh900 And how to use this after I have generated it. I want to extract all identities
msingh900
(Manish Singh)
March 3, 2026, 9:20am
7
@rishavghoshacc Can you please refer the URLs shared in this post. It will be helpful. Let me know if it does not resolves your problem.
@sureshbommareddy98 Have you already got the details from the provided links or you are still stuck?
@msingh900 I went through these links. There is nothing that specifies how to create a yaml config that is then used in the task. Is there a way to get this?
@msingh900 I created this YAML file
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE YAMLConfig PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<YAMLConfig created="1772530696903" id="0afaac509c9a1f14819cb31002c72984" modified="1772530883410" name="IdentityExtractConfig" significantModified="1772530883410" type="Extract">
<YamlText>
#Extraction Configuration
extractedObjects:
identity:
deleteTransformFormat: "none"
transformConfigurationName: IdentityExtractConfig
</YamlText>
</YAMLConfig>
Running this command
dataextract extract —config IdentityExtractConfig
Getting this error
msingh900
(Manish Singh)
March 3, 2026, 10:27am
10
This is sample YAML file for Identity extact. Use this inside YAMLText tag and execute the command.
imageConfigDescriptors:
identity:
objectClassName: sailpoint.object.Identity
imagePropertyConfigDescriptors:
- property: id
- property: name
- property: firstname
- property: lastname
- property: modified
@msingh900 Getting this error
msingh900
(Manish Singh)
March 3, 2026, 12:00pm
12
@rishavghoshacc
Please check this:
The following example creates the base default Transform config for the Identity object called IdentityTransformConfig:
dataextract generatetransform --classes Identity --write IdentityTransformConfig [--force]
Customize your transform YAMLs according to your organization’s needs.
@msingh900 I ran the below and getting this error