I am in a situation similar to the one Ovid described in thread of 2008 entiteld &#39;Re: [Dbix-class] Re: Caching DBIx-Class Fixtures&#39;<br><br>That is, I have an ovelry-large production database, upon which I perform a large number of truncations to leave only reference data.  On top of this &#39;base&#39; i need dto install some fixtures, ie have a known data set inserted, so that I can bring a dead test suite back to life.<br>
<br>I am thinking of using &#39;debugobj,&#39; or even DBI&#39;s tracing (to dump raw SQL), to create the fixtures.<br><br>Before I start, though, I am wondering if there is an easy way to convert either type of data into DBIx::Class::Fixtures or simillar?  From a quick read of perldoc DBIx::Class::Fixtures, it seems the JSON is hand-crafted, whereas my data will be from several hundred user-journeys.<br>
<br>Thanks in anticipation<br>Lee<br>