On 09/02/12 10:20 PM, Martin Dias wrote:
Hi! We don't have unused fields, but there is no problem to add your own prefix: [...]
Is this ok for you?
It'll do the job. Here's what the file would have: yanni$ od -c demoMetadata.fuel 0000000 \n m e t a d a t a = 5 F U E L \0 0000020 021 017 F L U I n t 1 6 C l u s t e 0000040 r \0 \0 \0 001 \0 \0 \0 001 \0 \0 \0 \0 023 F L 0000060 B y t e S t r i n g C l u s t e 0000100 r \0 \0 \0 001 005 s t u f f \0 001 0000115 It's strange that there is a '\n' at the start. [Okay, figured it out, it's the character count.] Having "FUEL" and version number appear some where other than the start of file doesn't feel right. And, for sure, FLMaterializer will not just read the file, without some prior code to position the stream past the metadata - i.e. the file is no longer in "standard" Fuel format. Would Fuel have a problem with extra bytes at the end?