Hi Lauren,
First of all, thanks for your interest to the WARC-Tools.
You've to know from the WATC specs that a WARC_Record = Header + Block.
From that, a WARC record must have a data block after the header.
But you've also to know that this "data block" is not obligatory a
payload itself. It may be a whole
"http response" for example formed by a "http response" then a
"payload".
In the case of a "WARC Info" record (for example), the data block will
contain the informations about the "WARC file". And we have two ways
to define it:
1) fill it up with a text file and give it to the "Record" as for the
"response recod".
2) give it as a string because our library allows to fill the data
block directly from strings (which is useful in case like WARC INFO
records)
To summarize, a WARC INFO record must have a data block, and this data
block have not to be a "payload".
N.B: could you please share with us your working domain? This will
help us identify people outside national libraries !
Regards
Younès
>
>
> Lauren
>
> >