jmespath / jmespath/jmespath.py
substring support
- Lenguaje dominante
- Python
- Estrellas
- 2.4k
- Forks
- 212
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
This is a feature request:
can we use jmespath to perform a substring on a string field?
I am thinking something like this:
Input:
```
{
"foo": "someString"
}
```
`substring(0,4,foo) -> 'some'`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
The request describes adding substring support to JMESPath and gives the input object plus the expected `substring(0,4,foo)` result. Start by locating the function-definition and expression-test entry points in this Python implementation; done means the proposed expression works for the supplied example and its behavior is covered by tests.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100