Opened 10 years ago

Closed 10 years ago

#586 closed defect (fixed)

Remove temporary file creation in CSV converter

Reported by: Dimitar Misev Owned by: uagha
Priority: major Milestone: 9.0.x
Component: conversion Version: development
Keywords: Cc: Peter Baumann
Complexity: Medium

Description

In source:conversion/csv.cc the result of the converter is first exported to a temporary file in the log directory, which is then read again and returned. This is wasteful and should be removed.

In particular see line 251, and on 261 the std::ofstream could simply be replaced with a string stream.

Change History (1)

comment:1 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.