Arquisoft / Arquisoft/Agents_e4b

Lectura del campo kindCode de un fichero CSV

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

El sistema utilizará un fichero maestro en formato CSV que contiene los tipos de agentes disponibles. El fichero tiene 2 campos separados por comas donde el primer campos es el código numérico y el segundo el nombre del tipo de usuario. Por ejemplo:
1,Person
2,Entity
3,Sensor

Cada tipo de usuario tiene un código. Dado un tipo de usuario, se debe leer dicho fichero, y obtener su kindCode correspondiente.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue specifies a two-column CSV containing numeric kind codes and user-type names, but names no files, entry points, or tests. Inspect the repository structure and existing agent-type handling first, then identify where the master file should be read and how a type-to-kindCode lookup is expected to be exposed; done means the stated CSV examples return their corresponding codes.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.