I am wanting to export a single record, so that it can be imported into an identical offline solution running on a nearby machine.
The idea is something like:
- Create a txt file
- Write each field of the current record to it (This includes a lot of freetyped data a pdf blob field etc)
- Transfer it on a memory stick.
- Import the data at the other end.
What I cannot get my head around is how to do this with all of the standard commas, junk in the blob field etc.
Options:
- Will Marcels Data plugin do this?
- Is there an easy way to create some form of output that will not get confused by rubbish in fields and the pdf data.
- Is there anything in the database manager that would allow me to grab the SQL command that produces the record and therefore export it as a RAW SQL STATEMENT, then using the RAW SQL statement to import it at the other end?
Using 3.5.10.
Thanks
David