Extend Current IFC By Element Exporter - Main Branch - https://github.com/HOKGroup/revit-ifc to consume a RevitLogger jsonl log file.
Clone this repo to create this modification.
Use this Revit file for testing; IFC Export Test File
Log Format
The log format looks like this.
Each Item is one line in the JsonLines format.
The UniqueID should be used for identifying the elements to be exported.

The UniqueID is the first "ObjectID" Value in the log per element per the example below.
{“ObjectIds”:[“456c2924-c9b5-43fc-9bb8-af24bd082f06-000123da”,“74714”,“133f1e81-4fec-40ff-9ebf-bcdec1cb7879”],“ObjectProperties”:[“6" Interior Partition”,“Walls”,“False”],“BBox”:[[“23.7500000000002","92.5833333333335","76”],[“46.3407644790035","93.0833333333335","80”]],“Notes”:[“Im a user note”, “This is a project note”], “ObjectStatus”: [”Modified”]}
Step One
First Create a version that relies on the user selecting a log file from the current export UI as shown in the following mockup. Then trigger the export using only the items that appear in the log.

When this step is complete submit a PR for review in this repo.
Step Two
Will be to create a headless version of the exporter that can be actives and work after receiving updates from the log. The setting format will be provided in an additional Issue.
Extend Current IFC By Element Exporter - Main Branch - https://github.com/HOKGroup/revit-ifc to consume a RevitLogger jsonl log file.
Clone this repo to create this modification.
Use this Revit file for testing; IFC Export Test File
Log Format
The log format looks like this.
Each Item is one line in the JsonLines format.
The UniqueID should be used for identifying the elements to be exported.

The UniqueID is the first "ObjectID" Value in the log per element per the example below.
{“ObjectIds”:[“456c2924-c9b5-43fc-9bb8-af24bd082f06-000123da”,“74714”,“133f1e81-4fec-40ff-9ebf-bcdec1cb7879”],“ObjectProperties”:[“6" Interior Partition”,“Walls”,“False”],“BBox”:[[“23.7500000000002","92.5833333333335","76”],[“46.3407644790035","93.0833333333335","80”]],“Notes”:[“Im a user note”, “This is a project note”], “ObjectStatus”: [”Modified”]}
Step One
First Create a version that relies on the user selecting a log file from the current export UI as shown in the following mockup. Then trigger the export using only the items that appear in the log.
When this step is complete submit a PR for review in this repo.
Step Two
Will be to create a headless version of the exporter that can be actives and work after receiving updates from the log. The setting format will be provided in an additional Issue.