Open sudhakar692 opened 4 years ago
Can you share a code example that is causing this issue?
@quandyfactory Please find the code below
import dicttoxml
def writexml(data, custom_root_name =None):
dicttoxml.LOG.setLevel(logging.ERROR)`
dicttoxml.set_debug(False)
xml_str = dicttoxml.dicttoxml(data, custom_root=custom_root_name)
return xml_str
data is a valid python list.
How big is the list?
it's quite big of size 26MB. if I export in CSV or JSON.
this link could be helpful to generate random data of desirable size https://www.json-generator.com/
@quandyfactory is there any thing you figured out?
while trying to write python object to XML it's taking a long time or some time even after 4-5 minutes, there is no response from the library.