I would like to parse custom fields present in Primavera P6 XER file while importing it using dhtmlx. Is there any configuration available for this?
Hello,
You can use the taskProperties
/projectProperties
configuration object properties of the importFromPrimaveraP6
method:
gantt.importFromPrimaveraP6({
data: file,
taskProperties: ["ID"],
// other configuration options
});
You can find all the available properties listed here:
https://docs.dhtmlx.com/gantt/desktop__properties.html
For more detailed information, check out the following links:
https://docs.dhtmlx.com/gantt/api__gantt_importfromprimaverap6.html
https://docs.dhtmlx.com/gantt/desktop__export_primavera.html#importfromprimaverap6