Bigfix insights custom property

Is there a way that we can import or add a custom property on bigfix insights db?
This will allow us the see tis information once the new ETL run.

Thanks in advance.

All custom properties should be in already by default but they are in the this QUESTIONRESULTS-equivalent table format where you have to run pivot to transpose the rows into a column (not the best design) but it should be there nonetheless! One additional limitation that you should be aware of is that ALL properties (custom and default alike) are limited to 4000 characters in Insights - i.e. if you have a property that retrieves large chunk of data in BigFix Platform, the Insights ETL imports only the first 4000 characters of it in the insights database, so you may not have the full data and need to be careful!