Files
JIMRI/xml/XSLT/CSVindex.shtml
T
2026-06-17 14:00:51 +02:00

37 lines
1.8 KiB
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="Bob Jacobsen, JMRI">
<title>JMRI Decoder Comma-Separated Values files</title>
<!--#include virtual="/Style.shtml" -->
</head>
<body>
<!--#include virtual="/Header.shtml" -->
<div id="mBody">
<div id="mainContent" class="no-sidebar">
<a href="https://www.jmri.org/index.shtml"><img src="https://www.jmri.org/images/logo-jmri.gif" class="floatRight" width="160" height="135"
alt=""></a>
<h1>JMRI Decoder Comma-Separated Values files</h1>
<ul>
<li><a href="pages/decodersizes.csv">decodersizes.csv</a>&nbsp;&nbsp;&nbsp;Physical size for each defined decoder</li>
<li><a href="pages/decoderpower.csv">decoderpower.csv</a>&nbsp;&nbsp;&nbsp;Power limits and connector by decoder</li>
<li><a href="pages/cvsummary.csv">cvsummary.csv</a>&nbsp;&nbsp;&nbsp;CVs present in each decoder -
this is limited by the CSV file format, and doesn't include all the information in the JMRI decoder definitions</li>
<li><a href="pages/reservedCVs.csv">reservedCVs.csv</a>&nbsp;&nbsp;&nbsp;NMRA reserved CVs present in each decoder</li>
</ul>
<p>Right-click on one of the underlined hyperlinks and choose "Download linked file" to save a local
copy.</p>
<p>International users using a comma as the decimal separator may want to replace the comma used in these
files as the field separator by a semicolon ";" and then replace the decimal separator period "." by a comma to
process these files in their localized spreadsheet application.</p>
<hr class="hide">
<!--#include virtual="/Footer.shtml" -->
</div><!-- closes #mainContent-->
</div><!-- closes #mBody-->
</body>
</html>