haganbt / PYLON-exporter

Utility for exporting data from a PYLON index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When pulling topic IDs, CSV accidentally converts some IDs to dates

samaybar opened this issue · comments

EG:

[
    {
        "key": "889307941125736",
        "interactions": 28600,
        "unique_authors": 25900
    },
    {
        "key": "76613428183",
        "interactions": 23200,
        "unique_authors": 21600
    },
    {
        "key": "108513039169313",
        "interactions": 22700,
        "unique_authors": 20800
    },....

-->
key,interactions,unique_authors
"889307941125736",28600,25900
"4397-10-13 11:49:43",23200,21600
"108513039169313",22700,20800

Fixed in PEPP - haganbt/pepp#8

Closing.