Good way to manage fixtures for analytical data?

Hi, I’m using fixtures for some tests, including those involving analytical data. Those are a bit hard to manage in YAML. It seems that CSV was supported previously but not anymore. Is there any Rails-native way to manage fixtures in a format that would be more appropriate for analytical data? Or is the only way to load and clean up yourself?

1 Like