You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Filter RegEx Replace feature currently only works for CSV and ASCII Export.
The feature should also work for DLT and DLT Decoded Export.
Because of another issue this feature must be currently disable, as it was already implemented.
// apply Regex if needed
if(exportFormat == QDltExporter::FormatDlt || exportFormat == QDltExporter::FormatDltDecoded)
{
//FIXME: The following does not work for non verbose messages, must be fixed to enable RegEx for DLT Export again
//msg.setNumberOfArguments(msg.sizeArguments());
//if(from) from->applyRegExStringMsg(msg);
//msg.getMsg(buf,true);
}
The text was updated successfully, but these errors were encountered:
The Filter RegEx Replace feature currently only works for CSV and ASCII Export.
The feature should also work for DLT and DLT Decoded Export.
Because of another issue this feature must be currently disable, as it was already implemented.
The text was updated successfully, but these errors were encountered: