Definition text_import.h:65
void flush_packet(void)
Flushes the current packet and prepares for the next one.
Definition text_import.c:1216
int text_import_regex(const text_import_info_t *info)
Imports text data using regular expressions.
Definition text_import_regex.c:28
void parse_data(unsigned char *start_field, unsigned char *end_field, enum data_encoding encoding)
Parses data based on the specified encoding.
Definition text_import.c:1026
void parse_seqno(const unsigned char *start_field, const unsigned char *end_field)
Parses sequence number from a given field.
Definition text_import.c:1205
void parse_dir(const unsigned char *start_field, const unsigned char *end_field, const char *in_indicator, const char *out_indicator)
Parses directory information from a given field.
Definition text_import.c:1088
void parse_time(const unsigned char *start_field, const unsigned char *end_field, const char *format)
Parses time information from a given field and updates the timestamp.
Definition text_import.c:1199