A data entry containing either parsed or extracted data.
Definition: DataEntry.hpp:45
DataEntry(std::uint64_t setContentId)
Definition: DataEntry.hpp:71
std::string dataId
The ID of the data that has been either parsed or extracted.
Definition: DataEntry.hpp:53
std::uint64_t contentId
The ID of the content from which the data has been either parsed or extracted.
Definition: DataEntry.hpp:50
std::vector< std::string > fields
A vector containing the data fields that have been either parsed or extracted.
Definition: DataEntry.hpp:59
std::string dateTime
The date/time of the data that has been either parsed or extracted.
Definition: DataEntry.hpp:56