From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 5DB0F3839C65 for ; Tue, 27 Jul 2021 20:17:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5DB0F3839C65 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: vkL+czasZD4lOVTSnxd0uDKdSkFqGTaTSNgbH0cN2y2Uj/LLj4oPojHQ4KAyPZSlVnbNkkrZZG E1VoH2SZ0e1ya+mNS/mgu58o23L1OSWcpP35m1x6CMTZHK3hkENmDoG5n6LhwQvWJ4fpGFjcZS 8iuI4Dv4ZtlK+JOvv5hdNZnRypRVZEC4SASvO4+w8r9K5fOwa4BfE9nvvMELJNjvyaBPsqJuEg Xn86FMJ26wJSYfKyiQGh7s0N3ix7PocO7o2X+I5c2TiyCZ0V+1nTvmSOaOXeIx7esyjr5K18iU KrvWUF6cq0sVoB81olhJijRx X-IronPort-AV: E=Sophos;i="5.84,274,1620720000"; d="scan'208";a="64158534" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 27 Jul 2021 12:17:34 -0800 IronPort-SDR: aSTLjga4oikE9IcqLDJOEc0+hx2rMexbf/5NOdrQDEo6WXud/O4zObssCfEW8hlYLtbQaWRLVy tQmMTwMhXARzl+hvTx7fcGVjyALYz4jnKEh+F8WMLzUNB71shMBvYTfph1lrcCxZz/RcMWfjQN d2S/Na5rMR/Xhw/9vZ6f/dceSSHeI216Yrw650eRdnSqKL3yNWykuNrsEOSr2W1V1YFNfIDvoZ oXys71KbEU9TVAj+U0qBD9Qn3Z6DOl8yLCMqfvTHoqzDrsA1I/+uIYwkmRdsox4wkNg4ngenRY nDc= Date: Tue, 27 Jul 2021 20:17:29 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Naohiro Tamura CC: Noah Goldstein , Wilco Dijkstra , "Lucas A. M. Magalhaes" , Subject: Re: [PATCH v2 3/5] benchtests: Add a script to convert benchout string JSON to CSV In-Reply-To: <20210720063540.362366-1-naohirot@fujitsu.com> Message-ID: References: <20210713082214.307529-1-naohirot@fujitsu.com> <20210720063540.362366-1-naohirot@fujitsu.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3119.6 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2021 20:17:39 -0000 On Tue, 20 Jul 2021, Naohiro Tamura via Libc-alpha wrote: > +jq -r ' I don't think introducing a use of a new tool like that (not mentioned in install.texi) is a particularly good idea. I'd suggest implementing this conversion in Python, given that the Python standard library supports both JSON and CSV and is already used for various purposes in glibc scripts. -- Joseph S. Myers joseph@codesourcery.com