`write` does not define the filename if it has a `separator`-option. File should be named `test.dat`. [See example here.](https://metafacture.org/playground/?flux=%22https%3A//raw.githubusercontent.com/gbv/Catmandu-Tutorial/master/data/marc.mrc%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+write%28%22test.dat%22%2C+separator%3D%22%22%29%0A%3B) [Without `separator`-option it works.](https://metafacture.org/playground/?flux=%22https%3A//raw.githubusercontent.com/gbv/Catmandu-Tutorial/master/data/marc.mrc%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+write%28%22test.dat%22%29%0A%3B)