Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log-viewer to open CSV file #213

Open
kw8088 opened this issue Jun 7, 2024 · 1 comment
Open

Log-viewer to open CSV file #213

kw8088 opened this issue Jun 7, 2024 · 1 comment

Comments

@kw8088
Copy link

kw8088 commented Jun 7, 2024

Hello,
In my environment, I have large numbers of CSV files with 3 columns (eg "A", "B", "C"). each column's data type are just strings.

I have try to use setup the config like following
{
path: "**/*.csv"
format= {
type: Log4jLogFormat
pattern: "%m,%m,%m"
}
}

However, when I double click those CSV files with LogViewer web front end's Browser, it does not open and just shown as "Unknown" file type. The logviewer log file does not show any error.

I have also tried using RegexLogFormat, but still same error.

I'm using version 1.0.7 of logviewer and OpenJDK Runtime Environment (build 11.0.22+7-post-Ubuntu-0ubuntu220.04.1)

Thank you

@kw8088
Copy link
Author

kw8088 commented Jun 7, 2024

Looks like it is the bug of the file browser. If I directly point this the CSV file itself, the content are displayable. (see snippet below)

2024-06-07_19h24_44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant